fennel

Lisp dialect that compiles to Lua with full language interoperability

brewmacoslinux
Try with needOr install directly
Source

About

Lua Lisp Language

Commands

fennel

Examples

Run a Fennel script file$ fennel script.fnl
Start interactive REPL for Fennel development$ fennel
Compile Fennel code to Lua$ fennel --compile script.fnl > script.lua