# 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.