luajit
A just-in-time compiler (JIT) for the Lua programming language. See also: lua. More information: <https://luajit.org/luajit.html>.
Install
- All systems
-
curl cmd.cat/luajit.sh
- Debian
-
apt-get install luajit - Ubuntu
-
apt-get install luajit -
Alpine
-
apk add luajit - Arch Linux
-
pacman -S luajit - Kali Linux
-
apt-get install luajit - Fedora
-
dnf install luajit - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install luajit - OS X
-
brew install luajit - Raspbian
-
apt-get install luajit - Docker
-
docker run cmd.cat/luajit luajitpowered by Commando
A just-in-time compiler (JIT) for the Lua programming language. See also: lua. More information: <https://luajit.org/luajit.html>.
-
Start an interactive Lua shell:
luajit -
Execute a Lua script:
luajit path/to/script.lua --optional-argument -
Execute a Lua expression:
luajit -e 'print("Hello World")'
© tl;dr; authors and contributors