.NDLL 文件扩展名
Neko Library
| 开发者 | Nicolas Cannasse |
| 受欢迎程度 |
3.2 | 10 票 |
什么是 NDLL 文件?
An NDLL file is a code library used by Neko, a high-level dynamically typed programming language. It contains one or more common functions used by Neko programs. NDLL files are similar to .DLL and .SO files, except they are used only by Neko.
更多信息
Developers use the Neko programming language to develop programs that they run using NekoVM, a virtual machine. Before a developer can use the NekoVM, they must install Neko on their computer.
The Neko installation includes several NDLL files. These are Neko's standard code libraries. In Windows, NDLL files are typically stored in the C:/neko directory. In macOS and Linux, NDLL files are typically stored in the /usr/local/lib/neko directory.
Neko programs, saved in .NEKO files, reference and use the functions saved in NDLL files. If a Neko program cannot find the NDLL files it needs to run, that program may not run correctly.
如何打开 NDLL 文件
NDLL files are not meant to be opened or edited. Editing an NDLL file could cause Neko programs that rely on that file to function incorrectly.