luajit-2.1.0-beta3
Just in time compiler for Lua programming language version 5.1
Install
- All systems
-
curl cmd.cat/luajit-2.1.0-beta3.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 update
sudo apt-get install luajit
- OS X
-
brew install luajit
- Raspbian
-
apt-get install luajit
- Dockerfile
- dockerfile.run/luajit-2.1.0-beta3
- Docker
-
docker run cmd.cat/luajit-2.1.0-beta3 luajit-2.1.0-beta3
powered by Commando
luajit
Just in time compiler for Lua programming language version 5.1
LuaJIT implements the full set of language features defined by Lua 5.1. The virtual machine (VM) is API- and ABI-compatible to the standard Lua interpreter and can be deployed as a drop-in replacement. This package contains the standalone interpreter/jitter that can be used as a replacement for the standard lua5.1 interpreter.