Neko has been designed to provide 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 VM, or as a Neko library to perform compile-and-run for interactive languages.
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.
Neko was written by Nicolas Cannasse.
|
|
|
| 硬件架构 | 版本 | 软件包大小 | 安装后大小 | 文件 |
|---|---|---|---|---|
| alpha | 1.7.0-1 | 388.2 kB | 1228 kB | [文件列表] |
| amd64 | 1.7.0-1 | 376.9 kB | 1128 kB | [文件列表] |
| arm | 1.7.0-1 | 347.5 kB | 892 kB | [文件列表] |
| armel | 1.7.0-1 | 351.7 kB | 996 kB | [文件列表] |
| hppa | 1.7.0-1 | 377.8 kB | 1052 kB | [文件列表] |
| i386 | 1.7.0-1 | 387.1 kB | 1044 kB | [文件列表] |
| ia64 | 1.7.0-1 | 408.8 kB | 1360 kB | [文件列表] |
| kfreebsd-amd64 (非官方移植版) | 1.5.3-6 | 334.9 kB | 1040 kB | [文件列表] |
| kfreebsd-i386 (非官方移植版) | 1.5.3-6 | 358.0 kB | 966 kB | [文件列表] |
| m68k | 1.7.0-1 | 373.8 kB | 1032 kB | [文件列表] |
| mips | 1.7.0-1 | 357.9 kB | 1032 kB | [文件列表] |
| mipsel | 1.7.0-1 | 348.7 kB | 1032 kB | [文件列表] |
| powerpc | 1.7.0-1 | 394.0 kB | 1136 kB | [文件列表] |
| s390 | 1.7.0-1 | 375.1 kB | 1036 kB | [文件列表] |
| sparc | 1.7.0-1 | 341.2 kB | 972 kB | [文件列表] |