.NDLL Extension de fichier
Neko Library
| Développeur | Nicolas Cannasse |
| Popularité |
3.2 | 10 Votes |
Qu'est-ce qu'un fichier 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.
Plus d'informations
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.
Comment ouvrir un fichier 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.