LDPL Spark

▁▂▃▅▂▇ in your shell, ported from bash to LDPL.

git

This is a port to LDPL of the BASH Shell script spark. It doesn't 100% duplicate the functionality because you can't pipe values in nor will it accept comer delimited input (yet?)

LDPL is a very simple interpreted programming language that mimics older languages like COBOL. Its author Martín del Río designed it from the ground up to be excessively expressive, readable and easy to learn.

You can obtain the LDPL interpreter from here and once in your $PATH run the game by running ldpl spark.ldpl.

# ./ldpl spark.ldpl 1 3 7 12 22 31
▁▁▂▃▅█

./ldpl spark.ldpl 6 3 12 8 4 9
▃▁█▄▁▅
Page History

This page was first added to the repository on February 16, 2022 in commit 8364ca11 and has since been amended 5 times. View the source on GitHub.

  1. refactor(#304): move files into src folder
  2. chore(#110): sets dates for all projects so that they are ordered chronographically
  3. feat(#108): adds topics to some projects
  4. refactor(#108): moves projects into content collection
  5. feat :: adds project language meta