Embeddable Common Lisp interpreter and compiler
Embeddable Common Lisp
ecl
$ ecl
$ ecl -load myprogram.lisp
$ ecl -eval '(+ 2 3)' -quit