monte is an open source programming language created in 2014.
| #965on PLDB | 12Years Old |
git clone https://github.com/monte-language/monteMonte 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 |