A fast, open-source Common Lisp compiler and runtime environment
Common Lisp implementation with a long history
ccl
ccl64
ccl32
$ ccl
$ ccl -l myprogram.lisp -e '(quit)'
$ ccl -e '(compile-file "mycode.lisp")' -e '(quit)'