https://github.com/photogabble/ldpl-spark
▁▂▃▅▂▇ in your shell, ported from bash to LDPL.
https://github.com/photogabble/ldpl-spark
ldpl
Last synced: 5 months ago
JSON representation
▁▂▃▅▂▇ in your shell, ported from bash to LDPL.
- Host: GitHub
- URL: https://github.com/photogabble/ldpl-spark
- Owner: photogabble
- License: mit
- Created: 2019-03-05T23:28:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T00:11:43.000Z (over 7 years ago)
- Last Synced: 2025-02-06T04:44:15.931Z (over 1 year ago)
- Topics: ldpl
- Homepage:
- Size: 15.6 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LDPL Spark
[](LICENSE)
[](https://gitmoji.carloscuesta.me)

This is a port to LDPL of the [BASH Shell script spark](https://github.com/holman/spark). It doesn't 100% duplicate the functionality because you can't pipe values in nor will it accept comer delimited input (yet?)
[LDPL](http://ldpl.lartu.net/) 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](https://github.com/Lartu/ldpl/releases) 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
▃▁█▄▁▅
```