[1728] in Software_Announce
Allegro Common Lisp on Athena update to 8.0
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Thu Jan 26 20:01:37 2006
To: software-announce@MIT.EDU
cc: alexp@MIT.EDU, facdev@MIT.EDU, cfyi@MIT.EDU
Date: Thu, 26 Jan 2006 20:01:22 -0500
From: Alex T Prengel <alexp@MIT.EDU>
I've updated Allegro Common Lisp on Athena to 8.0 and made it the default. From
my message to users:
Allegro Common Lisp 8.0 has been installed and is now the default. To
run it:
add acl
mlisp (Lisp only, TTY interface)
mlisp-xemacs & (Lisp only, xemacs interface)
mlisp-emacs & (Lisp only, emacs interface)
mlisp-composer & (Lisp with Composer, xemacs interface)
mlisp-composer-emacs & (Lisp with Composer, emacs interface)
mlisp-clim & (Lisp with CLIM, xemacs interface)
mlisp-clim-emacs & (Lisp with CLIM, emacs interface)
To run CLIM demos after starting Lisp with CLIM:
(require :climdemo)
(clim-demo:start-demo)
To run 7.0 now, pick one of the above followed by a "-ver 7.0" switch i.e.
mlisp-composer -ver 7.0 &
File /mit/acl_v8.0/hello_world.cl shows a way to make a file containing
Lisp source code directly executable.
Release notes are at
https://web.mit.edu/acl_v8.0/distrib/share/doc/release-notes.htm
There is extensive online documentation starting from
https://web.mit.edu/acl_v8.0/www/introduction.html. A CLIM manual in
pdf format is in file /mit/acl_v8.0/distrib/share/doc/clim-ug.pdf, and an
introductory tutorial is in
/mit/acl_v8.0/distrib/share/doc/basic-lisp-techniques.pdf
Alex