gcl

GNU Common Lisp compiler and interpreter for Lisp programs

brewmacoslinux
Try with needOr install directly
Source

About

GNU Common Lisp

Commands

gcl

Examples

Start the GCL interactive REPL$ gcl
Load and execute a Common Lisp source file$ gcl < program.lisp
Compile a Common Lisp file to an executable$ gcl -c program.lisp && gcl -load program.o