lfe

Lisp Flavored Erlang - a Lisp dialect for the Erlang VM

brewmacoslinux
Try with needOr install directly
Source

About

Concurrent Lisp for the Erlang VM

Commands

lfe

Examples

Start the LFE REPL interactive shell$ lfe
Compile an LFE source file to Erlang bytecode$ lfe -c myprogram.lfe
Execute an LFE script file$ lfe -e '(+ 1 2 3)'