clozure-cl

A fast, open-source Common Lisp compiler and runtime environment

brewmacoslinux
Try with needOr install directly
Source

About

Common Lisp implementation with a long history

Commands

cclccl64ccl32

Examples

Start an interactive Common Lisp REPL$ ccl
Execute a Lisp file non-interactively$ ccl -l myprogram.lisp -e '(quit)'
Compile a Lisp source file to a fasl (compiled) file$ ccl -e '(compile-file "mycode.lisp")' -e '(quit)'