blob: 3cfddcb2e4e52f9ff4ecd1453ebebf70f549f9dc (
plain)
1
2
3
4
5
6
7
|
# SimpleShell (working title)
* SimpleShell is meant to be a programming language to use in place of shell
languages (POSIX sh, Bash, ...).
* SimpleShell compiles to POSIX sh, where the output is supposed to be
human-readable.
* The syntax is de facto a mixture of sh, C and Haskell.
|