A script language which is used to teach programming.
The language is based on famous book Crafting interpreters.
print
is not a statement but there is aprint
function.repeat
-statement
repeat(5) { print("Hello Eleu"); }
- a lot of basic native functions for math and string manipulation