clisp

GNU CLISP: A Common Lisp implementation with interpreter and compiler

brewmacoslinux
Try with needOr install directly
Source

About

GNU CLISP, a Common Lisp implementation

Commands

clisp

Examples

Start an interactive CLISP REPL session$ clisp
Execute a Lisp file non-interactively$ clisp -c myprogram.lisp
Load and execute Lisp code with output$ clisp -i myfile.lisp -c '(print "Hello")'