As of March 2006, Allegro Common Lisp 8.0 is installed on ieng9 and its workstations.
After logging in, issue "prep acl" command in each window that you will be using ACL application.
% prep acl % mlisp or alisp
If you wish to use the Emacs-Lisp interface, put the following forms in the .emacs file in your home directory (creating such a file if it does not exist):
(setq load-path
(cons "/software/nonrdist/acl80/eli" load-path))
(load "fi-site-init")
To exit from Allegro Common Lisp:
:exit