Neko is a high-level dynamically typed programming language which can also be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. Neko is not only very easy to learn and use, but also has the flexibility of being able to extend the language with C libraries. You can even write generators from your own language to Neko and then use the Neko Runtime to compile, run, and access existing libraries.
If you need to add a scripting language to your application, Neko provides one of the best tradeoffs available Between simplicity, extensibility and speed.
Neko comes with several libraries. One of these is mod_neko, which embeds the Neko Virtual Machine into the Apache Web Server, so you can use Neko to generate webpages. This website is actually generated using Neko.
nekoc : small fix in evaluation of using jump tables for switch on integers
regexp : use a recursion limit to prevent stack overflows in pcre
mysql5 : completely rewrote MySQL client
mod_tora : complete rearchitecture with abstract protocol
std : added socket_set_fast_send
mod_tora : use socket fast send to optimize timing
mod_tora : fixed bug when .n file does not exists
mod_tora : fix for Apache 2.x - does not set the content-type if declined
mod_tora : added port range configuration (for random tora server)
std, mod_tora : propagate jit mode to created threads
nekoc : optimization for debug infos : precompute file table at compile-time
threads : added neko_gc_register_thread (but Buggy, so not used)
mysql5 : added 5 hours network timeout while waiting for an answer
mysql5 : fixed some additional errors handling
mysql5 : allow big requests (more than 16MB