luajit

Just-In-Time Compiler for Lua programming language

brewmacoslinux
Try with needOr install directly
Source

About

Just-In-Time Compiler (JIT) for the Lua programming language

Commands

luajit

Examples

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