.N ファイル拡張子
Neko Bytecode File
| 開発元 | Nicolas Cannasse |
| 人気度 |
3.5 | 15 票 |
Nファイルとは?
File compiled by Neko, a compiler for the .NEKO programming language; used to store Neko programs and saves them in a bytecode format that can be run by the Neko virtual machine (VM), which is supported on Mac, Windows, and Linux platforms.
詳細情報
Conceptually, the Neko VM is similar to the Java virtual machine (JVM). Just as the Java compiler compiles plain text .JAVA source code into bytecode that can be run by the JVM, the Neko compiler compiles the source code in NEKO files that can then be run on the Neko VM.
注: N files may also be compiled from variant languages such as Haxe.