A small, standalone, fast, and lightweight programming language with the .cat extension.
.cat
mkdir build cd build cmake .. make
./cat ../test/hello.cat
x = 42; y = x + 8; print(x); print(y);