libapache2-mod-neko | Apache module for running server-side Neko programs | Mehr ...
Neko provides a common runtime for several different languages, including JavaScript and haXe. . This package includes a module for Apache 2 so that you can dynamically generate server-side web pages from Apache. . Neko was written by Nicolas Cannasse.
Neko provides a common runtime for several different languages, including JavaScript and haXe. . This is the shared library implementing the Neko virtual machine. . Neko was written by Nicolas Cannasse.
neko | Lightweight virtual machine - compiler and tools | Mehr ...
Neko provides a common runtime for several different languages, including JavaScript and haXe. . The compiler converts a source file (.neko) into a bytecode file (.n) that can be executed with the Virtual Machine. You can use the compiler as standalone commandline executable separated from the virtual machine, or as a Neko library to perform compile-and-run for interactive languages. . Neko was written by Nicolas Cannasse.
neko-dev | Lightweight virtual machine - headers | Mehr ...
Neko provides a common runtime for several different languages, including JavaScript and haXe. . The virtual machine is both very lightweight and well optimized. It can be easily embedded into other applications, and libraries are directly accessible using the C foreign function interface. . This package includes the header files for development using the Neko virtual machine. . Neko was written by Nicolas Cannasse.