luajit-2.0.5

Just in time compiler for Lua programming language version 5.1

Install

All systems
curl cmd.cat/luajit-2.0.5.sh
Debian Debian
apt-get install luajit
Ubuntu
apt-get install luajit
Alpine
apk add luajit
Arch Arch Linux
pacman -S luajit
image/svg+xml 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
Docker
docker run cmd.cat/luajit-2.0.5 luajit-2.0.5 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.