[slime-cvs] CVS update: slime/README.sbcl slime/ChangeLog slime/README
Dan Barlow
dbarlow at common-lisp.net
Wed Oct 15 14:59:05 UTC 2003
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv6354
Modified Files:
ChangeLog README
Added Files:
README.sbcl
Log Message:
Updated verbiage to reflect multiple backends and change of hosting provider
Date: Wed Oct 15 10:59:05 2003
Author: dbarlow
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.24 slime/ChangeLog:1.25
--- slime/ChangeLog:1.24 Wed Oct 15 10:44:05 2003
+++ slime/ChangeLog Wed Oct 15 10:59:05 2003
@@ -26,6 +26,10 @@
2003-10-15 Daniel Barlow <dan at telent.net>
+ * README.sbcl: new file
+
+ * README: update for new backends, change of hosting provider
+
* swank-sbcl.lisp: new file.
New SWANK backend for Steel Bank Common Lisp, adapted from
swank.lisp with bits of swank-openmcl.lisp
Index: slime/README
diff -u slime/README:1.3 slime/README:1.4
--- slime/README:1.3 Fri Sep 26 15:37:37 2003
+++ slime/README Wed Oct 15 10:59:05 2003
@@ -3,11 +3,13 @@
SLIME is the Superior Lisp Interaction Mode (which has been
Extended). It is implemented in two main parts: the Emacs Lisp side
- (slime.el), and the support library for CMUCL (swank.lisp).
+ (slime.el), and the support library for the Common Lisp
+ (swank.lisp for CMUCL, swank-sbcl.lisp, swank-openmcl.lisp for
+ the others)
For a real description, see the commentary in slime.el.
-Quick setup instructions.
+Quick setup instructions for CMUCL
----------------------------------------
In Emacs Lisp:
@@ -27,17 +29,22 @@
----------------------------------------
The Emacs Lisp code is licensed under the GNU GPL to fit in with Emacs.
- The CMUCL code is placed in the public domain to fit in with CMUCL.
+
+ The CMUCL and SBCL code is placed in the public domain to fit in with
+ CMUCL and SBCL
+
+ The OpenMCL code is LLGPLed, just like OpenMCL
Contact.
----------------------------------------
- SLIME is maintained by Luke Gorrie and Helmut Eller. It is an
- Extension of SLIM by Eric Marsden (unreleased).
+ SLIME is maintained by Luke Gorrie, Helmut Eller, and Daniel
+ Barlow. It is an Extension of SLIM by Eric Marsden (unreleased).
Questions and comments are best directed to the mailing list:
- http://lists.sourceforge.net/lists/listinfo/slime-devel
+ http://common-lisp.net/mailman/listinfo/slime-devel
- The mailing list archive is now on Gmane:
+ The mailing list archive was once on Gmane, and soon will be again,
+ when they catch up with our change of project hosting provider
http://news.gmane.org/gmane.lisp.slime.devel
More information about the slime-cvs
mailing list