| Package | Version of OS | Command | Web Page |
| Allegro CL | Solaris | module load lisp/acl/6; mlisp |
http://www.franz.com/ |
| CLISP | Solaris. Linux, etc | module load lisp/clisp; clisp |
http://clisp.cons.org/ |
| CMUCL | Solaris. Linux, etc | module load lisp/cmulisp; lisp |
http://www.cons.org/cmucl/ |
module load lisp/acl6
or module load lisp/clisp.
You can make this step automatic by adding the module you want
to the list of modules that are added to you path when you login.
This is done by modifying the module command line in
your .cshrc file.