newlisp

Lisp-like general-purpose scripting language with functional programming

brewmacoslinux
Try with needOr install directly
Source

About

Lisp-like, general-purpose scripting language

Commands

newlisp

Examples

Run a newLISP script file$ newlisp script.lsp
Execute newLISP code directly from command line$ newlisp -e '(println (+ 2 3))'
Start interactive newLISP REPL shell$ newlisp