abcl

Armed Bear Common Lisp: a full Common Lisp implementation on the JVM

brewmacoslinux
Try with needOr install directly
Source

About

Armed Bear Common Lisp: a full implementation of Common Lisp

Commands

abcl

Examples

Start the interactive REPL to evaluate Lisp expressions$ abcl
Execute a Common Lisp script file$ abcl --load script.lisp
Evaluate a Lisp expression directly from the command line$ abcl --eval '(+ 2 3)'