Package | Version of OS | Command | Web Page |
CLISP | Solaris. Linux, etc | module load lisp/clisp; clisp |
http://sourceforge.net/projects/clisp/ |
CMUCL | Solaris. Linux, etc | module load lisp/cmulisp; lisp |
http://www.cons.org/cmucl/ |
Allegro CL | Solaris | module load lisp/acl/6; mlisp |
http://www.franz.com/ |
You can add automatically the module you want by modifying the module command line in your .cshrc file.
CLISP is very fast and it is the recommended choice. Look down in the page for information on free implementations of Lisp.