luac50

Small embeddable language with simple procedural syntax

Install

All systems
curl cmd.cat/luac50.sh
Debian Debian
apt-get install lua50
Ubuntu
apt-get install lua50
image/svg+xml Kali Linux
apt-get install lua50
Windows (WSL2)
sudo apt-get update sudo apt-get install lua50
Raspbian
apt-get install lua50

lua50

Small embeddable language with simple procedural syntax

Lua is a programming language originally designed for extending applications, but also frequently used as a general-purpose, stand-alone language. Lua combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management, making it ideal for configuration, scripting, and rapid prototyping. Lua is implemented as a small library of C functions, written in ANSI C, and the implementation goals are simplicity, efficiency, portability, and low embedding cost.