A fast static typed script language.
- Complete C-style syntactics.
- Fast data types.
- Simple and clean builtin functions.
- Stack-based virtual machine.
- Simple object system.
- Generation-based garbage collection.
- Exception handling.
- Easy-to-use coroutine utility.
Koa is implemented as a subset of ISO/IEC 9899:1999 standard plus some builtin data structures and tokens.
See INSTALL for installation instructions.
Gordon Li (nirvanan@live.cn)