Austin Kyoto Common Lisp
Date of last revision: 6/21/99
Lisp is a list-based programming language often used in Artificial Intelligence applications.
Lisp help index:
Availability
Lisp is only avaiable on HP Unix workstations.
Running
Type:
lisp
Printing/Plotting
The easiest way to print a copy of your lisp session is with the script command.
Notes
- Common Lisp may be run from within Emacs. Type M-x run-lisp from within Emacs. Documentation for lisp function is stored in /LINKS/common-lisp/akcl/doc/DOC or you can do C-h d funct-name within Emacs.
- One of our users has discovered that the make-array function does not work. There is anoter version of lisp avaiable with the command
/opt/lisp/pcl-gcl-2.1/saved_pcl. This version is slower and has received only limited testing, but it h
andles make-array correctly.
- Note:    Ctrl+D quits LISP
Other Topics of Interest