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
Errors that help you, not confuse you
Error: undefined variable 'pretn'
╭─[ test.modu:1:1 ]
│
1 │ pretn("hi");
│
│ Help: did you maybe mean: 'print'?
───╯