lua5.2

Simple, extensible, embeddable programming language

Install

All systems
curl cmd.cat/lua5.2.sh
Debian Debian
apt-get install lua5.2
Ubuntu
apt-get install lua5.2
Alpine
apk add lua5.2
Arch Arch Linux
pacman -S lua5.2
image/svg+xml Kali Linux
apt-get install lua5.2
Windows (WSL2)
sudo apt-get update sudo apt-get install lua5.2
Raspbian
apt-get install lua5.2
Docker
docker run cmd.cat/lua5.2 lua5.2 powered by Commando

lua5.2

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.

lua52

Powerful lightweight programming language designed for extending applications