[437] in Software_Announce
Allegro Common Lisp 6.1 installed on Athena
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Wed Nov 7 12:15:00 2001
Message-Id: <200111071714.MAA29548@dit.mit.edu>
To: software-announce@MIT.EDU, cfyi@MIT.EDU
cc: alexp@MIT.EDU, facdev@MIT.EDU, tlp@MIT.EDU, phw@ai.MIT.EDU
Date: Wed, 07 Nov 2001 12:14:51 -0500
From: Alex T Prengel <alexp@MIT.EDU>
Allegro Common Lisp 6.1 is now available on Athena. Lisp images with
Composer and CLIM are also available. To run release 6.1 now on Sun,
SGI or Linux, type:
add acl
mlisp -ver 6.1 (Lisp only, TTY interface)
mlisp-xemacs -ver 6.1 & (Lisp only, xemacs interface)
mlisp-composer -ver 6.1 & (Lisp with Composer, xemacs interface;
select Composer -> Start Composer to run)
mlisp-clim -ver 6.1 & (Lisp with CLIM, xemacs interface)
To run CLIM demos after starting Lisp with CLIM:
(require :climdemo)
(clim-demo:start-demo)
File /mit/acl_v6.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_v6.1/www/release-notes.htm
There is extensive online documentation starting from
https://web.mit.edu/acl_v6.1/www/introduction.htm. A CLIM manual in
pdf format is in file /mit/acl_v6.1/www/clim-ug.pdf, and an introductory
tutorial is in /mit/acl_v6.1/www/basic-lisp-techniques.pdf.
We expect to make this version the default during IAP. At that time, you
won't need to include the "-ver 6.1" switch in the commands above.
Alex