var fDesc=new Array(); fDesc[0] = "Lisp in a Box for Windows

Lisp in a Box on Windows has been modularized!

* First, download the base installer and run it. This gives you GNU Emacs 21.3 and SLIME 2004-06-26.
* Next, choose an implementation's module, and install it:
o CLISP module. Includes CLISP 2.33.
o Allegro Trial Edition 6.2 module. You must first install the trial edition from Franz's website.
o Allegro 6.2 module. For people who have Allegro Common Lisp Enterprise Edition 6.2 already.
* More than one implementation module can be installed.

Lisp in a Box for Linux (source)

Linux source tarball (28MB)

See the README file upon unpacking the source archive. The Linux version is currently not modularized, sorry.
Help

If you are looking for information about Common Lisp, a good starting place is CLiki. Many libraries and links to further documentation can be found here.

If you are new to Emacs, it is recommended that you read the Emacs Tutorial which you can access from with Emacs by going to the Help menu, or by typing Control-h, letting go, and hitting t. A more extensive manual is also available from the Help menu, or on the web at http://www.gnu.org/software/emacs/manual/.

SLIME is an integrated development environment for Emacs which interfaces with a Common Lisp implementation over a network socket. Lots of information about SLIME can be found at the SLIME node on CLiki. The manual for SLIME is available in PDF format online."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }