A scripting language for the layman
- Simplistic, Lua-like syntax
- Prototype-based inheritance
- Sandboxing capabilities
- Simultaneous execution of the same context across multiple threads
- Optional type hints
- Runtime bindings for C
- Code should be understood with little knowledge of the language
- Syntax should be easy for beginners to understand, while being powerful enough for more experienced programmers