lua5.3
Simple, extensible, embeddable programming language
Install
- All systems
-
curl cmd.cat/lua5.3.sh
- Debian
-
apt-get install lua5.3
- Ubuntu
-
apt-get install lua5.3
- Alpine
-
apk add lua5.3
- Arch Linux
-
pacman -S lua5.3
- Kali Linux
-
apt-get install lua5.3
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lua5.3
- Raspbian
-
apt-get install lua5.3
- Dockerfile
- dockerfile.run/lua5.3
- Docker
-
docker run cmd.cat/lua5.3 lua5.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.