.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.