A programming language that has a strong nature to be a glue of commands.
- User's manual: http://ryuichiueda.github.io/GlueLang/
Run make install
then add ~/.glue/bin
to PATH.
~/GIT/GlueLang$ make
~/GIT/GlueLang$ ./glue examples/pipeline.glue
5
4
3
2
1
~/GIT/GlueLang$ cat examples/pipeline.glue
/usr/bin/seq '1' '5' >>= /usr/bin/tac
The examples are located in the ./examples/ dir.
MIT License is applied to. See LICENSE.md.
- English: http://ryuichiueda.github.io/GlueLang/
- Japanese: https://ryuichiueda.github.io/GlueLangDoc_ja/
See CONTRIBUTORS.
© 2014-2022 Ryuichi Ueda