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