About monkey2
Monkey2 is a new programming language currently under development designed for creating cross-platform apps and games.
Monkey2 features a clean, clear syntax that is largely self-documenting. For example, here is how you declare a class in monkey2:
However, despite its simple syntax, monkey2 also provides support for a wide range of modern programming techniques, including:
- Automatic memory management
- Generic classes and functions
- Stack allocated structs
- Operator overloading
- First class functions
- Anonymous ‘lambda’ functions