[2871] in Software_Announce
Allegro Common Lisp on Athena updated to 8.1
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Tue Jul 1 13:52:58 2008
To: software-announce@MIT.EDU
cc: alexp@MIT.EDU, cfyi@MIT.EDU
Date: Tue, 01 Jul 2008 13:51:06 -0400
From: Alex T Prengel <alexp@MIT.EDU>
I've updated Allegro Common Lisp to 8.1 and made it the default. from my
message to users:
Allegro Common Lisp 8.1 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 8.0 now, for a limited time, pick one of the above followed by a
"-ver 8.0" switch i.e.
mlisp-composer -ver 8.0 &
File /mit/acl_v8.1/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.1/distrib/i386_rhel4/acl81/doc/release-notes.htm
There is extensive online documentation starting from
https://web.mit.edu/acl_v8.1/distrib/i386_rhel4/acl81/doc/introduction.htm.
A CLIM manual in pdf format is at
https://web.mit.edu/acl_v8.1/distrib/i386_rhel4/acl81/doc/clim-ug.pdf
and an introductory tutorial is at
https://web.mit.edu/acl_v8.1/distrib/i386_rhel4/acl81/doc/basic-lisp-techniques.pdf
Alex