Initial Commit
[packages] / xemacs-packages / ilisp / README
1 ILISP 5.12.0
2 ============
3
4 ILISP is a powerful GNU Emacs interface to many dialects of Lisp, including
5 Lucid, Allegro, Xanalys/Harlequin LispWorks, GCL, KCL, AKCL, ECL, IBCL, and
6 CMUCL.  Also some Scheme implementations are supported as well as a
7 preliminary version of Xlisp/XlispStat.
8
9 Written by Chris McConnell <ccm+@cs.cmu.edu> and now maintained by a group
10 of programmers led by Marco Antoniotti <marcoxa@cons.org>.
11
12 Please refer to the following files in this directory:
13
14   HISTORY       : A detailed summary of changes over the course of ILISP's
15                   existence.
16   GETTING-ILISP : Directions for obtaining this collection using
17                   anonymous FTP.
18   INSTALLATION  : Directions about how to install ILISP and specific
19                   dialect needs.
20
21 General information on ILISP is available at:
22
23   http://ilisp.cons.org
24
25 The project site, which provides access to the CVS source tree, bug
26 database, mailing lists and other resources, is hosted at SourceForge:
27
28   http://sourceforge.net/projects/ilisp/
29
30 The following mailing lists are available:
31
32   ilisp-announce : Subscribe to this list if you want to receive public
33                    announcements regarding ILISP.
34   ilisp-devel    : This is the list for people who want to be actively
35                    involved in the development of ILISP.
36   ilisp-help     : This is the list for asking usage questions regarding
37                    ILISP.
38   ilisp-cvs      : Subscribe to this list *only* if you want to monitor the
39                    CVS repository activity.
40
41 You can subscribe to the lists and access the archives via the general
42 information pages:
43
44   http://lists.sourceforge.net/mailman/listinfo/ilisp-announce
45   http://lists.sourceforge.net/mailman/listinfo/ilisp-devel
46   http://lists.sourceforge.net/mailman/listinfo/ilisp-help
47   http://lists.sourceforge.net/mailman/listinfo/ilisp-cvs
48
49 You may send bug reports, questions, suggestions, etc. to ilisp-help or
50 ilisp-devel.
51
52 Enjoy,
53
54
55 The ILISP Maintainers