sbcl

Steel Bank Common Lisp compiler and runtime system

brewmacoslinux
Try with needOr install directly
Source

About

Steel Bank Common Lisp system

Commands

sbcl

Examples

Start an interactive REPL session$ sbcl
Compile and execute a Lisp file$ sbcl --load myfile.lisp
Run a Lisp script non-interactively$ sbcl --script myscript.lisp