ecl

Embeddable Common Lisp interpreter and compiler

brewmacoslinux
Try with needOr install directly
Source

About

Embeddable Common Lisp

Commands

ecl

Examples

Start the interactive ECL REPL$ ecl
Execute a Lisp file$ ecl -load myprogram.lisp
Evaluate a Lisp expression and exit$ ecl -eval '(+ 2 3)' -quit