Zrc

Zrc - shell and scripting language

Zrc is a small scripting language for Linux, BSD, etc. written in C++ (core interpreter in a very small ~2000SLOC). It is a shell with syntax similar to Tcl/TK (EIAS). The code is quite small, but minimalism is not the main focus of Zrc (which is why it has way more "luxury features" compared to usual shells). Instead, the idea is to be a better alternative to tclsh that extends its syntax and adds features like job control, a custom line editor and more, while still almost keeping Tcl's "pure syntax".

https://github.com/Edd12321/zrc