Neko is an high-level dynamicly typed programming language. It can be used as an embedded scripting language. It has been designed to provide a common runtime for...
neko is an highlevel dynamicly typed programming language. it can be used as an embedded scripting language. it has been designed to provide a common runtime for several different languages. learning and using neko is very easy. you can easily extend the language with c libraries. you can also 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 tradeoff between simplicity, extensibility and speed.
neko is also a good way for language designers to focus on design and reuse a fast and welldesigned runtime, as well as existing libraries for accessing filesystem, network, databases, xml...
programming programming-language