CS 451 Programming Paradigms
LISP Info
Accessing LISP on the CS machines
Allegro Common Lisp is
on the following machines:
shaggy
thelma
badshot
The interpreter is in
/usr/local/bin/cl
which you can start simply with
cl
On the remaining Linux machines:
It is also in
/usr/local/bin/lisp
which you can start simply with
lisp
loaded files may end in .l or .lsp
You may find other Lisp interpreters on
other machines.
To find out more about what hardware types have
what names and locations, check ouT
http:/www.cs.unm.edu/~ssg
Click on hardware. (These are currently in postscript so
you will have to use a ps-compatible viewer)
[ Back to CS451: Language Links ]