Milho (corn in portuguese) is a toy dialect of Lisp written as a way to learn more about compilers. There are implementations in:
You'll need stack installed on your computer. Then, simply run:
stack run replto run the milho repl; orstack run run <path-to-file>to run the code from a file.stack testto run the tests
If you want to know more about the language, check the language docs.