lua

Powerful, lightweight programming language for scripting

brewmacoslinux
Try with needOr install directly
Source

About

Powerful, lightweight programming language

Commands

lualuac

Examples

Execute a Lua script file$ lua script.lua
Start interactive Lua REPL$ lua
Compile Lua source to bytecode$ luac -o output.luac script.lua