monte is an open source programming language created in 2014.
#936on PLDB | 10Years Old |
git clone https://github.com/monte-language/monte
Monte is a dynamic programming language inspired by Python and E.
traceln("Hello World")
Feature | Supported | Example | Token |
---|---|---|---|
Integers | ✓ | ||
Floats | ✓ | ||
Hexadecimals | ✓ | ||
Strings | ✓ | "Hello world" | " |
Print() Debugging | ✓ | traceln | |
Comments | ✓ | ||
Semantic Indentation | X |