GNU Common Lisp compiler and interpreter for Lisp programs
GNU Common Lisp
gcl
$ gcl
$ gcl < program.lisp
$ gcl -c program.lisp && gcl -load program.o