luajit-openresty

OpenResty's optimized LuaJIT 2 branch with enhanced features

brewmacoslinux
Try with needOr install directly
Source

About

OpenResty's Branch of LuaJIT 2

Commands

luajit

Examples

Execute a Lua script file$ luajit script.lua
Run Lua code directly from command line$ luajit -e "print('Hello from LuaJIT')"
Start interactive REPL mode$ luajit