Modu is a simple and fast interpreted programming language. It is designed to be easy to learn and use like python. But with the speed and efficiency of rust :D With streamlined error messages for easy debugging
Example Error:
[00] Error: Lexing error: UnexpectedToken
╭─[ examples/test.modu:1:7 ]
│
1 │ print(!);
│ ┬
│ ╰── Unexpected token
────╯