PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
January 09, 2006

Neko 1.2 Released

Posted: 2006-01-09 19:47:00
Languages ::

Neko 1.2 has been released. Neko is an intermediate language designed to offer a common runtime for different languages. NekoVM is a lightweight, embeddable virtual machine for executing Neko code.

This release includes: support for linking multiple .n bytecode files together into a single .n file, support for creating standalone executables from a single bytecode file, tail recursion optimizations, plus other changes. Neko is now released under the LGPL, rather than the GPL.