luac5.3

Simple, extensible, embeddable programming language

Install

All systems
curl cmd.cat/luac5.3.sh
Debian Debian
apt-get install lua5.3
Ubuntu
apt-get install lua5.3
Alpine
apk add lua
Arch Arch Linux
pacman -S lua
image/svg+xml Kali Linux
apt-get install lua5.3
CentOS
yum install lua
Fedora
dnf install lua
Windows (WSL2)
sudo apt-get update sudo apt-get install lua5.3
OS X
brew install lua
Raspbian
apt-get install lua5.3
Docker
docker run cmd.cat/luac5.3 luac5.3 powered by Commando

lua5.3

Simple, extensible, embeddable programming language

Lua is a powerful, light-weight programming language designed for extending applications. The language engine is accessible as a library, having a C API which allows the application to exchange data with Lua programs and also to extend Lua with C functions. Lua is also used as a general-purpose, stand-alone language through the simple command line interpreter provided. This package contains the Lua command line interpreter and bytecode compiler. Install it if you are developing or using Lua scripts.

lua

A powerful light-weight programming language designed for extending applications.