Using Lisp on IT labs machines


Available Packages

PackageVersion of OSCommandWeb 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/

How to run Lisp

You need to manually load the lisp module using the command 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.

Reference Manuals

Useful information

Books on Lisp on the Web

History and Additional Information about Lisp

Free Lisp implementations

Lisp Quotes

Lisp Humor


Copyright: © 1999-2004 by the Regents of the University of Minnesota
Department of Computer Science and Engineering. All rights reserved.
Comments to: Maria Gini
The University of Minnesota is an equal opportunity educator and employer.