nekoc
machine
Install
- All systems
-
curl cmd.cat/nekoc.sh
- Debian
-
apt-get install neko - Ubuntu
-
apt-get install neko -
Alpine
-
apk add neko - Arch Linux
-
pacman -S neko - Kali Linux
-
apt-get install neko - Fedora
-
dnf install nekovm - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install neko - OS X
-
brew install neko - Raspbian
-
apt-get install neko - Docker
-
docker run cmd.cat/nekoc nekocpowered by Commando
nekovm
machine
neko
Lightweight virtual machine - compiler and tools
Neko provides 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 virtual machine, or as a Neko library to perform compile-and-run for interactive languages. Neko was written by Nicolas Cannasse.