home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Information / Languages / Lisp / lisp-faq⁄part4 < prev    next >
Encoding:
Internet Message Format  |  1994-12-08  |  63.5 KB  |  [TEXT/R*ch]

  1. Path: bloom-beacon.mit.edu!uhog.mit.edu!nntp.club.cc.cmu.edu!cantaloupe.srv.cs.cmu.edu!mkant
  2. From: mkant+@cs.cmu.edu (Mark Kantrowitz)
  3. Newsgroups: comp.lang.lisp,news.answers,comp.answers
  4. Subject: FAQ: Lisp Implementations and Mailing Lists 4/7 [Monthly posting]
  5. Supersedes: <LISP_4_782031621@CS.CMU.EDU>
  6. Followup-To: poster
  7. Date: 13 Nov 1994 08:01:37 GMT
  8. Organization: Carnegie-Mellon University, School of Computer Science
  9. Lines: 1183
  10. Approved: news-answers-request@MIT.Edu
  11. Distribution: world
  12. Expires: 25 Dec 1994 08:00:25 GMT
  13. Message-ID: <LISP_4_784713625@CS.CMU.EDU>
  14. References: <LISP_3_784713625@CS.CMU.EDU>
  15. Reply-To: ai+lisp-faq@cs.cmu.edu
  16. NNTP-Posting-Host: glinda.oz.cs.cmu.edu
  17. Summary: Questions about Lisp Implementations and Mailing Lists
  18. Xref: bloom-beacon.mit.edu comp.lang.lisp:7454 news.answers:29284 comp.answers:8318
  19.  
  20. Archive-name: lisp-faq/part4
  21. Last-Modified: Fri Nov 11 17:19:40 1994 by Mark Kantrowitz
  22. Version: 1.51
  23. Maintainer: Mark Kantrowitz and Barry Margolin <ai+lisp-faq@cs.cmu.edu>
  24. URL: http://www.cs.cmu.edu:8001/Web/Groups/AI/html/faqs/lang/lisp/top.html
  25. Size: 64481 bytes, 1191 lines
  26.  
  27. ;;; ****************************************************************
  28. ;;; Answers to Frequently Asked Questions about Lisp ***************
  29. ;;; ****************************************************************
  30. ;;; lisp_4.faq
  31.  
  32. This post contains Part 4 of the Lisp FAQ. 
  33.  
  34. If you think of questions that are appropriate for this FAQ, or would
  35. like to improve an answer, please send email to us at ai+lisp-faq@cs.cmu.edu.
  36.  
  37. Lisp/Scheme Implementations and Mailing Lists (Part 4):
  38.  
  39.   [4-0]   Free Common Lisp implementations.
  40.   [4-1]   Commercial Common Lisp implementations.
  41.   [4-1a]  Lisp to C translators
  42.   [4-2]   Scheme Implementations
  43.   [4-4]   Free Implementations of Other Lisp Dialects
  44.   [4-5]   Commercial Implementations of Other Lisp Dialects
  45.   [4-6]   What is Dylan?
  46.   [4-7]   What is Pearl Common Lisp?
  47.   [4-9]   What Lisp-related discussion groups and mailing lists exist?
  48.   [4-10]  ANSI Common Lisp -- Where can I get a copy of the draft standard?
  49.  
  50. Search for \[#\] to get to question number # quickly.
  51.  
  52. ----------------------------------------------------------------
  53. Subject: [4-0]   Free Common Lisp implementations.
  54.  
  55. Repositories of Lisp source code are described in the answer to
  56. question [6-1]. 
  57.  
  58. Remember, when ftping compressed or compacted files (.Z, .arc, .fit,
  59. etc.) to use binary mode for retrieving the files.
  60.  
  61.    CLiCC (Common Lisp to C Compiler) generates C-executables from Common
  62.    Lisp application programs. CLiCC is not a Common Lisp system, and
  63.    hence does not include any program development or debugging support.
  64.    CLiCC is intended to be used as an add-on to existing Common Lisp
  65.    systems for generating portable applications. (CLiCC has been tested
  66.    in Allegro CL, Lucid CL, CMU CL, CLISP, and AKCL. It should run in any
  67.    CLtL1 lisp with CLOS.)  CLiCC supports CL_0, a subset of Common Lisp +
  68.    CLOS, which excludes EVAL and related functions. At present CL_0 is
  69.    based on CLtL1, but is headed towards CLtL2 and ANSI-CL. The generated
  70.    C code (ANSI-C or K&R-C compatible) may be compiled using a
  71.    conventional C compiler on the target machine, and must be linked with
  72.    the CLiCC runtime library in order to generate executables. CLiCC has
  73.    a foreign function interface.  CLiCC is available by anonymous ftp from
  74.       ftp.informatik.uni-kiel.de:/pub/kiel/apply/clicc-0.6.4.tar.gz
  75.       [134.245.15.114].   
  76.    CLiCC was developed by Wolfgang Goerigk <wg@informatik.uni-kiel.de>,
  77.    Ulrich Hoffman <uho@informatik.uni-kiel.de>, and Heinz Knutzen
  78.    <hk@informatik.uni-kiel.de> of Christian-Albrechts-Universitaet zu
  79.    Kiel, Institut fuer Informatik und Praktische Mathematik,
  80.    Preusserstr.  1-9, D-24105 Kiel, Germany. The authors welcome
  81.    suggestions and improvements and would appreciate receiving email
  82.    even if you just used CLiCC successfully. For more information,
  83.    send mail to clicc@informatik.uni-kiel.de. 
  84.  
  85.    CLISP is a Common Lisp (CLtL1 + parts of CLtL2) implementation by
  86.    Bruno Haible of Karlsruhe University and Michael Stoll of Munich
  87.    University, both in Germany.  It runs on microcomputers (DOS, OS/2,
  88.    Atari ST, Amiga 500-4000) as well as on Unix workstations (Linux, Sun4,
  89.    Sun386, HP9000/800, SGI, Sun3 and others) and needs only 1.5 MB of RAM.
  90.    It is free software and may be distributed under the terms of GNU GPL.
  91.    German and English versions are available, French coming soon.  CLISP
  92.    includes an interpreter, a compiler, a subset of CLOS (e.g., no MOP)
  93.    and, for some machines, a screen editor. Packages running in CLISP 
  94.    include PCL and, on Unix machines, CLX and Garnet.  Available by anonymous 
  95.    ftp from
  96.       ma2s2.mathematik.uni-karlsruhe.de:/pub/lisp/clisp/ [129.13.115.2]
  97.    For more information, contact haible@ma2s2.mathematik.uni-karlsruhe.de.
  98.    There is a mailing list for users of CLISP. It is the proper forum for
  99.    questions about CLISP, installation problems, bug reports, application
  100.    packages etc. For information about the list and how to subscribe,
  101.    send mail to listserv@ma2s2.mathematik.uni-karlsruhe.de, with the two lines
  102.           help
  103.           information clisp-list
  104.    in the message body.
  105.    A Sybase SQL interface interface for CLIPS is available
  106.    by anonymous ftp from wuarchive.wustl.edu:packages/clips2sybase/. For
  107.    more information, write to Sherry Steib <sherry@informatics.wustl.edu>.
  108.  
  109.    CMU Common Lisp (CMU CL) is free, and runs on HPs, Sparcs (Mach,
  110.    SunOs, and Solaris), DecStation 3100 (Mach), SGI MIPS (Iris), DEC
  111.    Alpha/OSF1, IBM RT (Mach) and requires 16mb RAM, 25mb disk. It
  112.    includes an incremental compiler, Hemlock emacs-style editor,
  113.    source-code level debugger, code profiler and is mostly X3J13
  114.    compatible, including the new loop macro.  It is available by
  115.    anonymous ftp from 
  116.       ftp.cs.cmu.edu:/afs/cs.cmu.edu/project/clisp/release [128.2.206.173]
  117.    Login with username "anonymous" and "userid@host" (your email
  118.    address) as password. Due to security restrictions on anonymous ftps
  119.    (some of the superior directories on the path are protected against
  120.    outside access), it is important to "cd" to the source directory with
  121.    a single command.  Don't forget to put the ftp into binary mode before
  122.    using "get" to obtain the compressed/tarred files. The binary releases
  123.    are contained in files of the form
  124.                 <version>-<machine>_<os>.tar.Z
  125.    Other files in this directory of possible interest are
  126.    17f-source.tar.gz, which contains all the ".lisp" source files
  127.    used to build version 17f. A listing of the current contents of the
  128.    release area is in the file FILES. You may also use "dir" or "ls" to 
  129.    see what is available. Bug reports should be sent to cmucl-bugs@cs.cmu.edu.
  130.  
  131.    ECoLisp is a Common Lisp implementation which compiles Lisp functions
  132.    into C functions that use the C stack and standard procedure call
  133.    conventions. This lets Lisp and C code be easily mixed. It can be used
  134.    as a C library from any C application.  It is available by anonymous
  135.    ftp from 
  136.       ftp.di.unipi.it:/pub/lang/lisp/     [131.114.4.36]
  137.       ftp.icsi.berkeley.edu:/pub/ai/ecl/  [128.32.201.7]
  138.    as the file ecl-??.tar.gz where ?? is the version number. This is an alpha
  139.    release. So far it has been tested on Sun workstations (SunOS 4.x),
  140.    SGI (IRIX 4.x), and IBM PC (DOS/go32). For more information, please contact
  141.    Giuseppe Attardi <attardi@di.unipi.it> or <attardi@icsi.berkeley.edu>.
  142.  
  143.    GNU Common Lisp (GCL) is a free implementation of Common Lisp (CLtL1)
  144.    based originally on Austin Kyoto Common Lisp (AKCL). Versions 1.0
  145.    and above of GCL (aka versions 1-625 and above of AKCL) are
  146.    available under the GNU General Public Library License v2.0, and no
  147.    longer require the kcl.tar file to build the system. For
  148.    information on previous versions of AKCL, see the KCL entry. GCL
  149.    generates C code which it compiles with the local optimizing C
  150.    compiler (e.g., GCC).  It is intended to eventually support the
  151.    ANSI standard for Common Lisp. GCL runs on Sparc, IBM RT, RS/6000,
  152.    DecStation 3100, hp300, hp800, Macintosh II (under AUX), mp386, 
  153.    IBM PS2, IBM RT_AIX, Silicon Graphics 4d, Sun3, Sun4, Sequent
  154.    Symmetry, IBM 370, NeXT, Vax, and IBM PC 386/486 (linux, bsd).
  155.    GCL version 1.0 and above are available by anonymous ftp from  
  156.       ftp.cli.com:/pub/gcl/        [192.31.85.129]
  157.       math.utexas.edu:/pub/gcl/        [128.83.133.215]
  158.    as the file gcl-X.X.tgz (e.g., gcl-1.0.tgz), and from
  159.       rascal.ics.utexas.edu:/pub/akcl/     [128.83.138.20]
  160.    as the file akcl-X-X.tgz, where XX should be replaced with the version
  161.    number; you'll generally want the largest version number. The
  162.    bandwidth to rascal and math is higher than cli.  The file
  163.    pcl-gcl-1.0.tgz contains a port of PCL (CLOS) to GCL.
  164.    For more information, write to William Schelter <wfs@math.utexas.edu> 
  165.    (or <wfs@cli.com>, <wfs@rascal.ics.utexas.edu>). GCL is under
  166.    continuing development, and folks interested in helping should send
  167.    him email. Andy Wang <awang@plains.nodak.edu> has compiled GCL 1.0
  168.    for Linux 1.1.50 (using gcc 2.5.8 and libc 4.5.26) and made the
  169.    resulting binaries available by anonymous ftp from
  170.       sunsite.unc.edu:/pub/Linux/Incoming/gcl-1.0.bin.tgz
  171.  
  172.    Kyoto Common Lisp (KCL) is free, but requires a license. Conforms to CLtL1.
  173.    KCL was written by T. Yuasa <yuasa@tutics.tut.ac.jp> and M. Hagiya
  174.    <hagiya@is.s.u-tokyo.ac.jp> at Kyoto University in 1984. Austin
  175.    Kyoto Common Lisp (AKCL) is a collection of ports, bug fixes and
  176.    improvements to KCL by Bill Schelter (<wfs@cli.com> or
  177.    <wfs@rascal.ics.utexas.edu>). Since 1994, AKCL versions 1-625 and
  178.    higher are covered by the GNU GPL, so generally one will generally
  179.    not need KCL (see GCL above for details). {A}KCL generates C code
  180.    which it compiles with the local C compiler. Both are available by
  181.    anonymous ftp from   
  182.       rascal.ics.utexas.edu:/pub/ [128.83.138.20]
  183.       ftp.cli.com:/pub/ [192.31.85.1]
  184.       utsun.s.u-tokyo.ac.JP:/pub/ [133.11.11.11]
  185.    KCL is in the file kcl.tar, and AKCL is in the file akcl-xxx.tar.Z
  186.    (take the highest value of xxx).  To obtain KCL, one must first sign
  187.    and mail a copy of the license agreement to: Special Interest Group in
  188.    LISP, c/o Taiichi Yuasa, Department of Computer Science, Toyohashi
  189.    University of Technology, Toyohashi 441, JAPAN. Runs on Sparc, IBM RT,
  190.    RS/6000, DecStation 3100, hp300, hp800, Macintosh II (under AUX),
  191.    mp386, IBM PS2, Silicon Graphics 4d, Sun3, Sun4, Sequent Symmetry, IBM
  192.    370, NeXT and Vax. A port to DOS is in beta test as
  193.    math.utexas.edu:/pub/beta2.zip. Commercial versions of {A}KCL are
  194.    available from Austin Code Works, 11100 Leafwood Lane, Austin, TX
  195.    78750-3409, Tel. 512-258-0785, Fax 512-258-1342, E-mail
  196.    guthery@acw.com, including a CLOS for AKCL. See also Ibuki, below.
  197.  
  198.    PowerLisp is a Common Lisp development environment for the Macintosh.
  199.    It consists of a Common Lisp interpreter, native-code 680x0 compiler,
  200.    680x0 macro assembler, disassembler, incremental linker and
  201.    multi-window text editor. It requires a Macintosh with at least a
  202.    68020 processor (any Mac except a Plus, SE or Classic) and system 7.0
  203.    or later. About 2 megabytes of RAM are required to run it, and to do
  204.    much with it you need more like 5 or 6 megabytes. Like any Common Lisp
  205.    system, the more memory the better.  PowerLisp has the ability to run
  206.    in the background. While executing a Common Lisp program, the user may
  207.    switch to another application as it continues to run. You can also
  208.    edit programs while a Common Lisp program is running. PowerLisp is
  209.    targeted to be compatible with CTLTL2 without CLOS (for now) but some
  210.    Common Lisp functions are not yet implemented. Upcoming versions
  211.    should include the remaining language features. The current released
  212.    version is 1.10. PowerLisp is available from America Online and Genie as a
  213.    shareware program ($50). It is also available from the Lisp
  214.    Repository, as
  215.       ftp.cs.cmu.edu:/user/ai/lang/lisp/impl/powerlsp/v1_10/powerlsp.hqx
  216.    Written by Roger Corman. For more information, send mail to
  217.    PowerLisp@aol.com, roger@island.com or rogerc34@aol.com (RogerC34
  218.    on America Online). 
  219.  
  220.    RefLisp is a small Lisp interpreter. Versions exist for MS-DOS and
  221.    UNIX (AIX). The MS-DOS version supports CGA/EGA/VGA graphics and the
  222.    Microsoft Mouse. The interpreter is a shallow-binding (i.e.,
  223.    everything has dynamic scope), reference counting design making it
  224.    suitable for experimenting with real-time and graphic user interface
  225.    programming. Common Lisp compatibility macros are provided, and most
  226.    of the examples in "Lisp" by Winston & Horn have been run on RefLisp.
  227.    RefLisp makes no distinction between symbol-values and
  228.    function-values, so a symbol can be either but not both.  RefLisp
  229.    comes with an ASCII manual and many demonstration programs, including
  230.    an analogue clock which never stops for garbage collection.  It is
  231.    written in ANSI C and is in the public domain. Source and binaries are
  232.    available in the Lisp Utilities repository by anonymous ftp from
  233.       ftp.cs.cmu.edu:/user/ai/lang/lisp/impl/reflisp/
  234.    For further information, send email to the author Bill Birch
  235.    <bxb@zikzak.apana.org.au>. 
  236.  
  237.    WCL is an implementation of Common Lisp for Sparc based workstations.
  238.    It is available free by anonymous ftp from 
  239.       cdr.stanford.edu:/pub/wcl/  [36.93.0.31]
  240.    as the files wcl2.2-solaris-src.tar.gz, wcl2.2-solaris-bins.tar.gz,
  241.    wcl2.2-sunos4-src.tar.gz, wcl2.2-sunos4-bins.tar.gz, and
  242.    wgdb4.2-sunos4.tar.gz. It includes a native solaris version (but with
  243.    no dynamic .o loading or wgdb yet...), can use any version of GCC 2.X
  244.    (GCC 2.1 is no longer required), and includes separate binary and
  245.    source distribution so that recompilation is no longer needed to
  246.    install WCL and WGDB. The wcl2.2-*.tar.gz files contain the WCL
  247.    distribution, including CLX and PCL; wgdb4.2-sunos4.tar.gz contains a
  248.    version of the GDB debugger which has been modified to grok WCL's
  249.    Lisp.  WCL provides a large subset of Common Lisp as a Unix shared
  250.    library that can be linked with Lisp and C code to produce efficient
  251.    and small applications. For example, the executable for a Lisp version
  252.    of the canonical ``Hello World!''  program requires only 40k bytes
  253.    under SunOS 4.1 for SPARC. WCL provides CLX R5 as a shared library,
  254.    and comes with PCL and a few other utilities.  For further information
  255.    on WCL, see the paper published in the proceedings of the 1992 Lisp
  256.    and Functional Programming Conference, a copy of which appears in the
  257.    wcl directory as lfp-paper.ps, or look in the documentation directory
  258.    of the WCL distribution. Written by Wade Hennessey
  259.    <wade@sunrise.stanford.edu>.  Please direct any questions to
  260.    wcl@sunrise.stanford.edu. If you would like to be added to a mailing
  261.    list for information about new releases, send email to
  262.    wcl-request@sunrise.stanford.edu.
  263.  
  264.    XLISP is free, and runs on the IBM PC (MSDOS), Amiga (AmigaDOS), 
  265.    Atari ST (TOS), Apple Macintosh, and Unix. It should run on anything 
  266.    with a C compiler.  It was written by David Michael Betz, 
  267.    167 Villa Avenue #11, Los Gatos, CA 95032, 408-354-9303 (H),
  268.    408-862-6325 (W), dbetz@apple.com. The reference manual was written by
  269.    Tim Mikkelsen. Version 2.0 is available by anonymous ftp from
  270.       cs.orst.edu:/pub/xlisp/ [128.193.32.1] or
  271.       sumex-aim.stanford.edu:/info-mac/lang/
  272.    Version 2.1g* is the same as XLISP 2.0, but modified by Tom Almy 
  273.    <toma@sail.labs.tek.com> to bring it closer to Common Lisp, in
  274.    addition to fixing several bugs. The latest version of XLISP can be
  275.    obtained by anonymous ftp from 
  276.       ftp.cs.cmu.edu:/user/ai/lang/lisp/impl/xlisp/ [128.2.206.173]
  277.    It may also be available (in possible older versions) from
  278.       ftp.biostr.washington.edu:/pub/xlisp      [128.95.10.115]
  279.       wasp.eng.ufl.edu:/pub                     [128.227.116.1]
  280.    A Macintosh port of version 2.1e (and the C source code to its
  281.    interface) is also available, from Macintosh ftp sites such as
  282.       sumex.stanford.edu:/info-mac/dev/xlisp-21e2.hqx
  283.       mac.archive.umich.edu:/mac/development/languages/xlisp2.1e2.sit.hqx
  284.    The Macintosh version was written by Brian Kendig, <bskendig@netcom.com>.
  285.    To obtain a copy through US mail, send email to Tom Almy,
  286.    toma@sail.labs.tek.com. A Windows version of the statistical
  287.    version of xlisp is available by anonymous ftp from
  288.       ftp.cica.indiana.edu:/util/wxlslib.zip
  289.    A version of XLISP-PLUS 2.1g that includes an experimental byte code 
  290.    compiler is available by anonymous ftp from
  291.       umnstat.stat.umn.edu:/pub/xlispstat/xlisponly/ [128.101.51.1]
  292.    as the file xlisp21gbc.tar.gz. Write to Luke Tierney <luke@stat.umn.edu>
  293.    for more information.
  294.  
  295. ----------------------------------------------------------------
  296. Subject: [4-1]   Commercial Common Lisp implementations.
  297.  
  298.    Allegro Common Lisp 4.2 runs on a variety of platforms, including
  299.    Sparcs, RS6000, HP700, Silicon Graphics, DecStation (prices start at
  300.    $4,500) and NeXT ($2,000). It requires 12mb RAM for the 680x0 and 16mb
  301.    for RISC. It includes native CLOS, X-windows support, Unix interface,
  302.    incremental compilation, generational garbage collection, and a
  303.    foreign function interface.  Options include Allegro Composer
  304.    (development environment, including debugger, inspector, object
  305.    browser, time/space code profiler, and a graphical user interface,
  306.    $1,500), Common LISP Interface Manager (CLIM 2.0 is a portable
  307.    high-level user interface management system.  CLIM 2.0 for Allegro
  308.    CL supports both Motif and Openlook, $1,000) and Allegro CLIP
  309.    (a parallel version of Lisp for the Sequent).  Franz also markets
  310.    Allegro CL\PC 2.0 for Windows 3.1 for $995 (discount prices of $449 are
  311.    sometimes advertised in various AI magazines). Allegro CL\PC provides 32-bit
  312.    compilation, complete CLOS, an integrated development environment, 
  313.    interface to the Windows API, DLL support, and free runtime delivery.
  314.    Write to: Franz Inc., 1995 University Avenue, Berkeley, CA 94704 or
  315.    call 1-800-333-7260, 510-548-3600, fax 510-548-8253, telex 340179
  316.    WUPUBTLXSFO. Bug reports can be mailed to bugs@franz.com.  Questions
  317.    about Franz Inc. products (e.g., current and special pricing) can be
  318.    sent to info@franz.com. To receive Franz Flash, Franz's electronic
  319.    newsletter, send mail to flash@franz.com. The Franz Forum bboard is
  320.    accessible by telnet to franzforum.franz.com. Files related to the
  321.    bboard (e.g., patches, Franz's GNU-Emacs/Lisp interface, the Allegro FAQ)
  322.    are available by anonymous ftp from
  323.       ftp.uu.net:/vendor/franz/ [192.48.96.9]
  324.  
  325.    CLOE (Common Lisp Operating Environment) is a cross-development
  326.    environment for IBM PCs (MSDOS) and Symbolics Genera. It includes
  327.    CLOS, condition error system, generational garbage collection,
  328.    incremental compilation, code time/space profiling, and a stack-frame
  329.    debugger. It costs from $625 to $4000 and requires 4-8mn RAM and a 386
  330.    processor.  Write to: Symbolics, 6 New England Tech Center, 
  331.    521 Virginia Road, Concord, MA 01742, call 1-800-394-5522 or 
  332.    508-287-1000 or fax 508-287-1099. 
  333.  
  334.    Golden Common Lisp (GCLisp 4.4) runs on IBM PCs under DOS, Windows,
  335.    OS/2, and Windows NT, costing $2,000 ($250 extra for Gold Hill
  336.    Windows), and includes an incremental compiler, foreign function
  337.    interface, interactive debugger, SQL interface, and emacs-like editor.
  338.    It supports DDE and other Windows stuff, and is CLtL1 compatible.
  339.    Supports PCL/CLOS. It requires 4mb RAM, and 12mb disk. See a review in
  340.    PC-WEEK 4/1/91 comparing GCLisp with an older version of MCL.  Write
  341.    to: Gold Hill Computers, 26 Landsdowne Street, Cambridge, MA 02139,
  342.    call 617-621-3300, or fax 617-621-0656.
  343.  
  344.  
  345. Harlequin Lispworks: 
  346.  
  347.    LispWorks from Harlequin runs on a variety of Unix platforms, 
  348.    including Sun Sparc and clones (SunOS and Solaris), IBM RS/6000 (AIX), 
  349.    DEC MIPS (Ultrix), DEC Alpha (OSF/1), HP PA (HP-UX), and SGI (IRIX).  
  350.    LispWorks uses menus and graphics to provide convenient, user friendly
  351.    access to its wide array of powerful tools.  A C/C++ interface, an SQL
  352.    interface, and a fully integrated Prolog compiler are a standard part 
  353.    of LispWorks.  CLIM 2.0 is also available.
  354.  
  355.      +  COMMON LISP: CLtL2 compatible, native CLOS/MOP, generational GC, 
  356.         C/C++ interface.
  357.  
  358.      +  ENVIRONMENT: Prolog, Emacs-like editor/listener/shell, defadvice,
  359.         defsystem, cross-referencing, lightweight processes,
  360.         debugger, mail reader, extensible hypertext online doc, LALR
  361.         parser generator.
  362.  
  363.      +  BROWSERS/GRAPHERS: files, objects, classes, generic functions,
  364.         source code systems, specials, compilation warnings.
  365.  
  366.      +  GRAPHICS: CLX, CLUE, Toolkit, CAPI, Open Look, Motif,
  367.         interface builder.
  368.  
  369.      +  INTEGRATED PRODUCTS: CLIM 2.0, KnowledgeWorks (RETE engine).
  370.  
  371.    For further information, contact by e-mail worldwide:
  372.       lispworks-request@harlequin.com (OR @harlequin.co.uk)
  373.    or in the US:   
  374.       FAX:   617-252-6505
  375.       Voice: 800-WORKS-4-YOU (800-967-5749) or 617-374-2400 or 617-252-0052
  376.       Mail:  Harlequin Inc., One Cambridge Center, Cambridge, MA 02142
  377.    or in Europe:
  378.       FAX:   0223-872-519 (OR 44-1223-872-519 from outside UK)
  379.       Voice: 0223-873-800 OR -872-522 (OR 44-1223-873-800 from outside UK)
  380.       Telex: 818440 harlqn g
  381.       Mail:  Harlequin Ltd., Barrington Hall, Barrington, Cambridge, CB2 5RG
  382.  
  383.  
  384. Harlequin FreeLisp:
  385.  
  386.    Harlequin Inc. is shipping FreeLisp (TM), which has been developed 
  387.    specifically to meet the Lisp teaching requirements of the academic
  388.    community in terms of both functionality and price.  FreeLisp
  389.    is a reduced implementation of Harlequin's premier Common Lisp
  390.    development environment, LispWorks (R).  FreeLisp runs under on PC's
  391.    under Windows, and has many of the environmental features as 
  392.    LispWorks but does not include a compiler. For prices and information
  393.    about FreeLisp, contact by e-mail worldwide
  394.       lispworks-request@harlequin.com (OR @harlequin.co.uk)
  395.    or in the US:
  396.       fax:    617-252-6505
  397.       voice:  800-WORKS-4-YOU (800-967-5749) or 617-374-2400 or 617-252-0052
  398.       mail:   Harlequin Inc., One Cambridge Center, Cambridge, MA 02142
  399.    or in Europe:
  400.       fax:    0223-872-519 (OR 44-1223-872-519 from outside UK)
  401.       voice:  0223-873-800 OR -872-522 (OR 44-1223-873-800 from outside UK)
  402.       Telex:  818440 harlqn g
  403.       mail:   Harlequin Ltd., Barrington Hall, Barrington, Cambridge, CB2 5RG
  404.  
  405. Ibuki Common Lisp:
  406.  
  407.    Ibuki Common Lisp (IBCL) v02/01 is a commercialized and improved
  408.    version of Kyoto Common Lisp. It runs on over 30 platforms, including
  409.    Sun3, Sparc, Dec (Ultrix), Apollo, HP 9000, IBM RS/6000, Silicon
  410.    Graphics and IBM PCs (under AIX).  It includes an incremental compiler,
  411.    interpreter, and C/Fortran foreign function interface. It generates C
  412.    code from the Lisp and compiles it using the local C compiler.  Image
  413.    size is about 3mb. Cost is $2800 (workstations), $3500 (servers), $700
  414.    (IBM PCs).  Supports CLOS and CLX ($200 extra).  Source code is
  415.    available at twice the cost. Ibuki now also has a product called CONS
  416.    which compiles Lisp functions into linkable Unix libraries.  Write to:
  417.    Ibuki Inc., PO Box 1627, Los Altos, CA 94022, or call 415-961-4996,
  418.    fax 415-961-8016, or send email to Richard Weyhrauch, rww@ibuki.com or
  419.    support@ibuki.com.
  420.  
  421.    Lucid Common Lisp runs on a variety of platforms, including PCs (AIX),
  422.    Apollo, HP, Sun-3, Sparc, IBM RT, IBM RS/6000, Decstation 3100,
  423.    Silicon Graphics, and Vax, and costs $2500 (IBM PCs), $4400 (other
  424.    platforms). Lucid includes native CLOS, a foreign function interface,
  425.    and generational garbage collection.  CLIM is available for Lucid as
  426.    a separate product. Write to Lucid Inc., 707 Laurel Street, Menlo Park,
  427.    CA 94025, call toll free 800-225-1386 (or 800-843-4204), 415-329-8400,
  428.    fax 415-329-8480, or email to sales@lucid.com for information on pricing, 
  429.    product availability, etc. Technical questions may be addressed to
  430.    customer-support@lucid.com. See also the comments in question [1-2]
  431.    on the wizards.doc file that comes with the release.
  432.  
  433.    Macintosh Common Lisp (MCL 2.0) runs on the Apple Macintosh (Mac+ or
  434.    higher with 4mb RAM and system software 6.0.4 or later or AUX 3.0) and
  435.    is available from APDA for $495. It includes a native CLOS Macintosh
  436.    Toolbox/interface toolkit, ephemeral garbage collection, incremental
  437.    compiler, window-based debugger, source-code stepper, object
  438.    inspector, emacs-style editor, and a foreign function interface.
  439.    Bug reports should be sent to bug-mcl@cambridge.apple.com. With
  440.    MCL version 2.0, Apple has started distributing a CD-ROM which
  441.    contains, among other things, a large collection of Lisp code,
  442.    complete MCL manuals in an online-browser format, the CLIM 1.0 manual
  443.    in TeX and postscript, and copies of Gambit 1.8 Scheme, SIOD 2.8
  444.    Scheme, Pixie Scheme, and a demo version of MacScheme. For more
  445.    information, write to: APDA, Apple Computer Inc., 20525 Mariani
  446.    Avenue, MS 33-G, Cupertino, CA 95014-6299 or call toll free
  447.    1-800-282-2732 (US), 1-800-637-0029 (Canada), 1-716-871-6555. Their
  448.    fax number is 1-716-871-6511 and their telex is 171-576. Email may
  449.    also be sent to APDA@applelink.apple.com or 76666.2405@compuserve.com.
  450.    CLIM for MCL is available for $495 as a separate product from
  451.    Lucid, Inc., 707 Laurel Street, Menlo Park, CA 94025 U.S.A.,
  452.    415-329-8400, fax: 415-329-8480, <sales@lucid.com>.
  453.    [Note: A November 10, 1994 press release announced that Apple has
  454.     licensed MCL to Digitool, Inc. for the purpose of future
  455.     development of MCL. Digitool will introduce a Power Macintosh
  456.     version next year that generates native PowerPC code. For more
  457.     information write to Digitool, Inc., 675 Massachusetts Avenue,
  458.     Cambridge, MA 02139, call 617-441-5000, fax 617-576-7680, or send
  459.     email to <hsayed@digitool.com>.] 
  460.    
  461.    Medley 2.0 is a Common Lisp development environment that includes a
  462.    native CLOS w/MOP, window toolkit, window-based debugger, incremental
  463.    compiler, structure editor, inspectors, stepper, cross-referencer
  464.    (Masterscope), code analysis tools, and browsers. It is the successor
  465.    to InterLisp-D.  It runs on a variety of platforms, including Suns,
  466.    DecStations, 386/486s, IBM RS/6000, MIPS, HP, DEC Alpha, and Xerox
  467.    1186. The price for Unix machines is $3,195 for the developer version
  468.    and $1,250 for the runtime version.  Medley also runs under DOS 4.0 or
  469.    higher ($795 developer version, $300 runtime version, and $250 student
  470.    version). Instructional licenses are also available at $250/copy for DOS
  471.    (to a max of $1,250) and $1,000/copy for Unix (to a max of $5,000). 
  472.    For more information, write to Venue, 1624 Franklin Street, Suite 1212,
  473.    Oakland, CA 94612, call 800-228-5325 or 510-835-8856, fax
  474.    510-835-8251, or send email to aisupport.mv@envos.xerox.com.
  475.    
  476.    muLISP-90 v7.1 is a small Lisp which runs on IBM PCs (or the HP 95LX
  477.    palmtop), MS-DOS version 2.1 or later. It isn't Common Lisp, although
  478.    there is a Common Lisp compatibility package which augments muLISP-90
  479.    with over 450 Common Lisp special forms, macros, functions and control
  480.    variables. Includes a screen-oriented editor and debugger, a window
  481.    manager, an interpreter and a compiler. Among the example programs is
  482.    DOCTOR, an Eliza-like program. The runtime system allows one to create
  483.    small EXE or COM executables. Uses a compact internal representation
  484.    of code to minimize space requirements and speed up execution. The
  485.    kernel takes up only 50k of space. Costs $150. muLISP-XM is a version
  486.    of muLISP-90 that can take advantage of up to 4 gigabytes of extended
  487.    memory and costs $300.  Write to Soft Warehouse, Inc., 3660 Waialae
  488.    Avenue, Suite 304, Honolulu, HI 96816-3236, call 808-734-5801, or fax
  489.    808-735-1105.
  490.  
  491.    NanoLISP 2.0 is a Lisp interpreter for DOS systems that supports a
  492.    large subset of the Common Lisp (CLtL2) standard, including lexical and
  493.    dynamic scoping, four lambda-list keywords, closures, local functions,
  494.    macros, output formatting, generic sequence functions, transcendental
  495.    functions, 2-d arrays, bit-arrays, sequences, streams, characters
  496.    double-floats, hash-tables and structures. Runs in DOS 2.1 or higher,
  497.    requiring only 384k of RAM. Cost is $100. Write to: Microcomputer Systems
  498.    Consultants, PO Box 6646, Santa Barbara, CA 93160 or call 805-967-2270.
  499.  
  500.    Poplog Common Lisp is an integrated Lisp/Prolog environment with an
  501.    incremental compiler. It runs on a variety of platforms, including
  502.    Unix ($749), Sparc ($4500), Macintosh AUX ($749), and VAX/VMS
  503.    ($4500). There are no run-time fees. Write to: Computable Functions, Inc., 
  504.    35 South Orchard Drive, Amherst, MA 01002, call 413-253-7637, or fax
  505.    413-545-1249. 
  506.  
  507.    Procyon Common Lisp runs on either the Apple Macintosh or IBM PC (386/486
  508.    or OS/2 native mode), costing 450 pounds sterling ($675) educational,
  509.    1500 pounds ($2250) commercial. It requires 2.5mb RAM on the Macintosh
  510.    and 4mb RAM on PCs (4mb and more than 4mb recommended respectively).  It
  511.    is a full graphical environment, and includes a native CLOS with
  512.    meta-object protocol, incremental compilation, foreign function
  513.    interface, object inspector, text and structure editors, and debugger.
  514.    Write to: Scientia Ltd., St. John's Innovation Centre, Cowley Road,
  515.    Cambridge, CB4 4WS, UK, with phone +44-223-421221, fax +44-223-421218.
  516.    E-mail: 100142.341@compuserve.com.
  517.    [NOTE: The rights to the MS Windows version of Procyon were sold to
  518.     Franz who are marketing and developing it as Allegro CL\PC. See
  519.     Allegro's entry for more information. The MS Windows version of
  520.     Procyon is no longer available from Scientia. Expertelligence no
  521.     longer distributes any version of Procyon.]
  522.  
  523.    Software Engineer 2.1 is a Lisp for Windows that creates small
  524.    stand-alone executables (no royalties or run-time libraries required).
  525.    It is a subset of Common Lisp, but includes CLOS. Supports DDE and
  526.    Windows API calls. It requires 2mb RAM, but can use up to 16mb of
  527.    memory, generating 286/386 specific code. It costs $350.  Write to:
  528.    Raindrop Software, 833 Arapaho Road, Suite 104, Richardson, TX 75081,
  529.    call 214-234-2611, fax 214-234-2674, or send email to
  530.    70632.3126@compuserve.com.
  531.  
  532.    Star Sapphire Common LISP 3.4 provides a subset of Common Lisp and
  533.    includes an emacs-like editor, compiler, debugger, DOS graphics and
  534.    CLOS. It runs on IBM PCs (MSDOS or Windows), requires 640k RAM, a hard
  535.    disk, and costs $100.  Write to: Sapiens Software Corporation, 
  536.    PO Box 3365, Santa Cruz, CA 95063-3365, call 408-458-1990, 
  537.    fax 408-425-0905/9220.  Copies may also be ordered from the Programmers'
  538.    Shop at 800-421-8006.  Sapiens Software also has a Lisp-to-C
  539.    translator in beta-test.
  540.  
  541.    Top Level Common Lisp includes futures, a debugger, tracer, stepper,
  542.    foreign function interface and object inspector.  It runs on Unix
  543.    platforms, requiring 8mb RAM, and costs $687.  Write to: Top Level,
  544.    100 University Drive, Amherst, MA 01002, call (413) 549-4455, or fax
  545.    (413) 549-4910.
  546.  
  547. Lisps which run on special-purpose hardware (Lisp Machines) include
  548.  
  549.    o  Symbolics           1-800-394-5522 (508-287-1000)   fax 508-287-1092
  550.       6 Concord Farms, 555 Virginia Road, Concord, MA 01742.
  551.       In Germany: Symbolics Systemhaus GmbH, Mergenthalerallee 77,
  552.          65760 Eschborn, (49) 6196-47220, fax (49) 6196-481116.
  553.       Symbolics Open Genera runs on DEC 3000 Workstations (models 600
  554.       and 800 APX with the OSF/1 operating system), at a price of $18,500.
  555.  
  556.    o  TI Explorers 
  557.          Texas Instruments Incorporated, Data Systems Group, 
  558.          P.O. Box 181153 DSG-230, Austin, Texas 78718
  559.  
  560.    o  Xerox Interlisp.    See Medley above.
  561.  
  562. ----------------------------------------------------------------
  563. Subject: [4-1a] Lisp to C translators
  564.  
  565. Lisp-to-C Translator translates Common Lisp into human-readable ANSI
  566. C.  Release 3.2 supports such features as CLOS, the condition system,
  567. Lisp type declaration heeding, and Mac, Windows, and Alpha
  568. compatibility.  (Release 3.0, introduced in 1992, eliminated the old
  569. requirement that the garbage collector had to be called explicitly).
  570. Works with Lucid, Symbolics, Allegro, Harlequin and MCL.  It costs
  571. $11,995.  Write to: Chestnut Software, Inc., 2 Park Plaza, Suite 205,
  572. Boston, MA, 02116, call 617-542-9222, fax 617-542-9220, or e-mail Mr.
  573. Kenneth J. Koocher <ken@chestnut.com>.
  574.  
  575. Some Lisp compilers (AKCL, Ibuki) and Scheme compilers (Bigloo,
  576. Hobbit/SCM, Scheme->C) compile into C.
  577.  
  578. ----------------------------------------------------------------
  579. Subject: [4-2] Scheme Implementations
  580.  
  581. Scheme implementations are listed in the Scheme FAQ posting,
  582.  
  583. Free Scheme implementations include PC-Scheme, PCS/Geneva, MIT Scheme (aka
  584. C-Scheme), SCM, Hobbit, Gambit, T, Oaklisp, Elk, Scheme->C, SIOD
  585. (Scheme in One Defun), XScheme, Fools' Lisp, Scheme48, UMB Scheme,
  586. VSCM, Pixie Scheme, HELP (a lazy Scheme), Similix, FDU Scheme,
  587. PseudoScheme, Scheme84 and Scheme88.
  588.  
  589. Commercial Scheme implementations include Chez Scheme, MacScheme, and EdScheme.
  590.  
  591. Of the free Scheme implementations, the following are implemented in Lisp:  
  592.  
  593.    Peter Norvig's book "Paradigms of AI Programming" has a chapters about
  594.    Scheme interpreters and compilers, both written in Common Lisp. The
  595.    software from the book is available by anonymous ftp from
  596.    unix.sri.com:/pub/norvig/ and on disk in Macintosh or DOS format from
  597.    the publisher, Morgan Kaufmann.  For more information, contact: Morgan
  598.    Kaufmann, Dept. P1, 2929 Campus Drive, Suite 260, San Mateo CA 94403,
  599.    or call Toll free tel: (800) 745-7323; FAX: (415) 578-0672
  600.  
  601.    PseudoScheme is available free by anonymous ftp from
  602.       swiss-ftp.ai.mit.edu:/archive/pseudo/pseudo-2-8.tar.Z [18.43.0.152]
  603.    It is Scheme implemented on top of Common Lisp, and runs in Lucid,
  604.    Symbolics CL, VAX Lisp under VMS, and Explorer CL. It should be easy
  605.    to port to other Lisps. It was written by Jonathan Rees
  606.    (jar@altdorf.ai.mit.edu, jar@cs.cornell.edu). Send mail to
  607.    info-clscheme-request@mc.lcs.mit.edu to be put on a mailing list for
  608.    announcements. Conforms to R3RS except for lacking a correct
  609.    implementation of call/cc. It works by running the Scheme code through
  610.    a preprocessor, which generates Common Lisp code.
  611.  
  612.    Scheme84 is in the public domain, and available by mail from Indiana
  613.    University. It runs on the VAX in Franz Lisp under either VMS or BSD Unix.
  614.    To receive a copy, send a tape and return postage to: Scheme84
  615.    Distribution, Nancy Garrett, c/o Dan Friedman, Department of Computer
  616.    Science, Indiana University, Bloomington, Indiana. Call 1-812-335-9770
  617.    or send mail to nlg@indiana.edu for more information. It will also
  618.    run in Jeff Dalton's port of Franz Lisp to Net/Free/386BSD on 386-like
  619.    machines.  (See the Lisp FAQ for information on Franz Lisp.)
  620.  
  621.    Scheme88 is a re-implementation of Scheme84 to run in Common Lisp. It
  622.    available by anonymous ftp from
  623.       rice.edu:/public/scheme88.sh
  624.    and also from the Scheme Repository.
  625.  
  626. ----------------------------------------------------------------
  627. Subject: [4-4]   Free Implementations of Other Lisp Dialects
  628.  
  629. Franz Lisp:
  630.  
  631.    [Franz Lisp is a dialect of Lisp that predates Common Lisp. It is
  632.    very similar to MacLisp. It lacks full lexical scoping.]
  633.  
  634.    The official archive site for Franz List Opus 38.92 and 38.93b (the
  635.    last public domain releases) is
  636.        ftp.cs.cmu.edu:/user/ai/lang/others/franzlsp/
  637.    It includes the official version from the ucbvax ftp site before
  638.    its demise, Barry Schein's port of 38.92, the UC Davis port of 38.92,
  639.    and Jeff Dalton's port of 38.92 (see below). For more information, 
  640.    contact ai+franzlsp@cs.cmu.edu.
  641.  
  642.    An implementation of (Berkeley) Franz Lisp Opus 38.92 for 386/486
  643.    machines running NetBSD 0.9 (and possibly also 386BSD and FreeBSD)
  644.    is available by anonymous ftp from 
  645.       macbeth.cogsci.ed.ac.uk:/pub/franz-for-NetBSD/
  646.    The implementation generates C code and hence is quite portable. It
  647.    has been tested on 68K Suns, VAX 750s, and ICL Perqs running PNX.
  648.    A reference manual is included in the distribution. For more
  649.    information, write to Jeff Dalton <J.Dalton@ed.ac.uk>, or see the URL
  650.       http://www.aiai.ed.ac.uk/~jeff/franz-for-386.html
  651.  
  652.    PC LISP is a Lisp interpreter for IBM PCs (MSDOS) available from any
  653.    site that archives the group comp.binaries.ibm.pc, such as
  654.       wuarchive.wustl.edu:/mirrors/msdos/lisp/pclisp30.zip 
  655.    PC-LISP is a Franz LISP dialect and is by no means Common LISP
  656.    compatible. It is also available directly from the author by sending
  657.    2 blank UNFORMATTED 360K 48TPI IBM PC diskettes, a mailer and
  658.    postage to: Peter Ashwood-Smith, 8 Du Muguet, Hull, Quebec, CANADA,
  659.    J9A-2L8; phone 819-595-9032 (home). Source code is available from the
  660.    author for $15.
  661.  
  662. EuLisp:
  663.  
  664.    Feel (Free and Eventually Eulisp) is an initial implementation of the
  665.    EuLisp language. It can be retrieved by anonymous FTP from
  666.       ftp.bath.ac.uk:/pub/eulisp/ 
  667.    as the file feel-0.75.tar.Z. feel-0.75.sun4.Z is the Sparc executable.
  668.    The EuLisp language definition is in the same directory.  Feel is also
  669.    available from
  670.       ftp.gmd.de:/languages/lisp/eulisp/ [129.26.8.84] 
  671.    It includes an integrated object system, a module system, condition
  672.    system, and support for parallelism (threads). EuLisp (European
  673.    Lisp) is sort of like an extended Scheme.  The program is a C-based
  674.    interpreter, and a bytecode interpreter/compiler will be available
  675.    sometime soon.  The distribution includes an interface to the PVM
  676.    library, support for TCP/IP sockets, and libraries for futures, Linda,
  677.    and CSP.  Feel is known to run on Sun3, Sun4, Stardent Titan, Alliant
  678.    Concentrix 2800, Orion clippers, DEC VAX, DECstation 3000, Gould
  679.    UTX/32, and Inmos T800 transputer (using CS-Tools). (All bar the last
  680.    four have a threads mechanism.) It can run in multi-process mode on
  681.    the first three machines, and hopefully any other SysV-like machine
  682.    with shared memory primitives. Porting Feel to new machines is
  683.    reasonably straightforward. It now also runs on MS-DOS machines.
  684.    Written by Pete Broadbery <pab@maths.bath.ac.uk>.
  685.  
  686.    Apply/Eu2C is an EuLisp->C compiler available from ISST.  Eu2C runs on
  687.    top of Franz Allegro CL 4.1 and compiles EuLisp-Modules into C source
  688.    code which then must be compiled by an ANSI C-compiler (currently only
  689.    GCC is supported).  The Eu2C implementation provides EuLisp 0.99
  690.    level-0, with the exception of concurrency. Future versions of Eu2C
  691.    will include a C interface and straight module compilation.  The
  692.    development of Apply/Eu2C was supported by the German Federal Ministry
  693.    for Research and Technology (BMFT) within the joint project APPLY. The
  694.    partners of this project are the Christian Albrechts University Kiel,
  695.    the Fraunhofer Institute for Software Engineering and Systems
  696.    Engineering (ISST), the German National Research Center for Computer
  697.    Science(GMD), and VW-Gedas.  The main goal of APPLY project is to
  698.    develop a Lisp system which consistently supports the efficient
  699.    execution of applications and simplifies their integration into
  700.    current software environments.  Towards that end, ISST is
  701.    investigating strategies for the compilation of EuLisp-Modules into
  702.    efficient stand-alone C-Programs. The Eu2C compiler is the first step
  703.    along this path. Eu2C is available by anonymous ftp from
  704.    ftp.isst.fhg.de:/APPLY/Distribution/.  Please send bug reports and
  705.    comments to ulrich.kriegel@isst.fhg.de or ingo.mohr@isst.fhg.de. If
  706.    you're using Eu2C, please send them a message with "Apply/Eu2C" in the
  707.    subject line to be added to the mailing list of users.
  708.  
  709.    More information about EuLisp may be found in 
  710.       Lisp and Symbolic Computation 6(1-2), August 1993
  711.    which was devoted to EuLisp.
  712.  
  713. JLISP:
  714.    jlisp is a lisp interpreter designed to be used as an embedded
  715.    interpreter and is easily interfaced with C/C++.  jlisp is easily
  716.    extended. It is available by anonymous ftp from
  717.       ftp.ee.rochester.edu:/pub/weisberg/jlisp-1.03.tar.gz
  718.    For more information, write to Jeff Weisberg <weisberg@ee.rochester.edu>
  719.  
  720. ----------------------------------------------------------------
  721. Subject: [4-5]   Commercial Implementations of Other Lisp Dialects
  722.  
  723.    Franz Lisp 2.0 runs on the Apple Macintosh, requiring 1mb RAM for the
  724.    interpreter ($99) and 2.5mb RAM for the compiler ($199).  Student prices
  725.    are $60 for the interpreter and $110 for the interpreter and compiler.
  726.    Includes editor and language reference manual. Complete sources are
  727.    available for $649. The ALJABR symbolic mathematics system costs $249.
  728.    Write to:  Fort Pond Research, 15 Fort Pond Road, Acton, MA 01720,
  729.    call 1-508-263-9692, or send mail to order@fpr.com.
  730.  
  731.    Le-Lisp includes a compiler, color and graphic output, a debugger, a
  732.    pretty printer, performance analysis tools, tracing, and incremental
  733.    execution. Le-Lisp currently runs on Unix, VMS, and Windows 3.1.  Note
  734.    that Le-Lisp is neither Common Lisp nor Scheme.  Le-Lisp was
  735.    originally developed in 1980 at Inria, the French national computer
  736.    science laboratory, by a team led by Jerome Chailloux for work on VLSI
  737.    design. It was based on several earlier Lisps in the MacLisp family,
  738.    but was not directly derived from MacLisp.  Le-Lisp enjoyed a large
  739.    success in the French academic world because it was small, fast, and
  740.    portable, being based on a abstract machine language called LLM3.  In
  741.    1983, for example, Le-Lisp ran on Z-80 machines running CP/M. In 1987,
  742.    Ilog was formed as an offshoot of Inria to commercialize and improve
  743.    Le-Lisp and several products which had been developed with it,
  744.    including a portable graphic interface system and an expert system
  745.    shell.  Since then, Ilog has continued to grow and expand the use of
  746.    Le-Lisp into industrial markets around the world.  Ilog is the largest
  747.    European Lisp vendor, and continues to develop new products and
  748.    markets for Lisp.  In 1992, Ilog released the next major version of
  749.    Le-Lisp, Le-Lisp version 16.  This version modernizes Le-Lisp for use
  750.    in the industrial world, adding lexical closures and
  751.    special-form-based semantics for static analysis, a new object system
  752.    based on the EuLisp object system (TELOS), an enhanced module system
  753.    for application production, a conservative GC for integration with C
  754.    and C++, and compilation to C for portability and efficiency on a wide
  755.    range of processors.  For pricing and other information, write to
  756.    ILOG, 2 Avenue Gallieni, BP 85, 94253 Gentilly Cedex, France, call
  757.    33-1-46-63-66-66, fax 33-1-46-63-15-82, or send email to Jerome
  758.    Chailloux (chaillou@ilog.fr).
  759.  
  760.    CLISP v6.89 is a library of functions which extends the C programming
  761.    language to include some of the functionality of Lisp. Requires
  762.    ANSI C. Costs $349 with no run-time fee.
  763.    Write to Drasch Computer Software, 187 Slade Road, Ashford, CT 06278, 
  764.    or call or fax 203-429-3817.
  765.  
  766.    Two references in Dr. Dobb's journal on Lisp-style libraries for C
  767.    are: Douglas Chubb, "An Improved Lisp-Style Library for C", Dr. Dobb's
  768.    Jounral #192, September 1992, and Daniel Ozick, "A Lisp-Style Library
  769.    for C", Dr. Dobb's Journal #179:36-48, August 1991. Source is available by
  770.    ftp from various archives, including wuarchive.wustl.edu (MSDOSDDJMAG),
  771.    or ftp.mv.com:/pub/ddj, or the DDJ Forum on Compuserve.
  772.  
  773.    Lily (LIsp LibrarY) is a C++ class library that lets C++ programmers
  774.    write LISP-style code. Includes some example programs from Winston's
  775.    Lisp book recoded in Lily. Most or all of chapters 17 (Symbolic
  776.    Pattern Matching), 18 (Expert Problem Solving), and 23 (Lisp in Lisp)
  777.    are implemented in the examples. Lily works with GNU G++ (2.4.5) and
  778.    Turbo C++ for Windows. Lily is available by anonymous ftp from
  779.      sunsite.unc.edu:/pub/packages/development/libraries/ [152.2.22.81]
  780.    as lily-0.1.tar.gz. This site is fairly slow; a copy is available from
  781.    the Lisp Utilities collection. For more information, contact 
  782.    Roger Sheldon <sheldon@kong.gsfc.nasa.gov>.
  783.  
  784.  
  785. Other Lisps for PCs include: 
  786.  
  787.    o  UO-LISP from Calcode Systems, e-mail:calcode!marti@rand.org
  788.       It comes complete with compiler and interpreter, and is optimised for
  789.       large programs.  It is Standard LISP, not Common LISP. They are based
  790.       in Amoroso Place in Venice, CA. 
  791.  
  792.    o  LISP/88 v1.0. Gotten from Norell Data Systems, 3400 Wilshire Blvd,
  793.       Los Angeles, CA 90010, in 1983. They may or may not still exist. 
  794.  
  795.    o  IQLisp. Not a Common Lisp but still very good for PCs - you can
  796.       actually get a lot done in 640K.  The lisp itself runs in less than
  797.       128K and every cons cell takes only 6 bytes.  Unfortunately that
  798.       makes the 640K (maybe a little more, but certainly no more than 1M)
  799.       limit really hard. It has a byte code compiler which costs extra. 
  800.       This has support for all sorts of PC specific things.
  801.       It costs $175 w/o compiler, $275 with. 
  802.       Write to: Integral Quality, Box 31970, Seattle, WA 98103,
  803.       call Bob Rorschach, (206) 527-2918 or email rfr@franz.com. 
  804.  
  805. ----------------------------------------------------------------
  806. Subject: [4-6] What is Dylan?
  807.  
  808. Dylan is a new Object-Oriented Dynamic Language (OODL), based on
  809. Scheme, CLOS, and Smalltalk.  The purpose of the language is to retain
  810. the benefits of OODLs and also allow efficient application delivery.
  811. The design stressed keeping Dylan small and consistent, while allowing
  812. a high degree of expressiveness. Dylan is consistently object-oriented;
  813. it is not a procedural language with an object-oriented extension. A
  814. manual/specification for the language is available from Apple Computer.
  815. Send email to dylan-manual-request@cambridge.apple.com or write to
  816. Apple Computer, 1 Main Street, Cambridge, MA 02142.  Include your
  817. complete address and also a phone number (the phone number is
  818. especially important for anyone outside the US). Comments on Dylan can
  819. be sent to the internet mail address dylan-comments@cambridge.apple.com.
  820.  
  821. The mailing list info-dylan@cambridge.apple.com is for any and all
  822. discussions of Dylan, including language design issues, implementation
  823. issues, marketing issues, syntax issues, etc. The mailing list
  824. announce-dylan@cambridge.apple.com is for major announcements about
  825. Dylan, such as the availability of new implementations, new versions
  826. of the manual, etc.  This mailing list should be *much* lower volume
  827. than info-dylan.  Everything sent to this list is also sent to
  828. info-dylan.  The newsgroup comp.lang.dylan is gatewayed to the
  829. info-dylan mailing list.  
  830.  
  831. Send mail to the -request version of the list to be added to it.
  832. You can also send an email message to majordomo@cambridge.apple.com
  833. with "subscribe info-dylan" or "unsubscribe info-dylan" in the body,
  834. and likewise for the other lists, mutatis mutandis.
  835.  
  836. Apple hasn't announced plans to release Dylan as a product.  
  837.  
  838. The directory cambridge.apple.com:pub/dylan contains some documents
  839. pertaining to Dylan, including a FAQ list.
  840.  
  841. ======== THOMAS ========
  842.  
  843. Thomas is a compiler for a language that is compatible with the
  844. language described in the book "Dylan(TM) an object-oriented dynamic
  845. language" by Apple Computer Eastern Research and Technology, April
  846. 1992. Thomas was written at Digital Equipment Corporation's Cambridge
  847. Research Laboratory. Thomas is NOT Dylan(TM) and was built with no
  848. direct input, aid, assistance or discussion with Apple.
  849.  
  850. Thomas is available to the public by anonymous ftp at
  851.        crl.dec.com:/pub/DEC/Thomas
  852.        gatekeeper.pa.dec.com:/pub/DEC/Thomas
  853.        swiss-ftp.ai.mit.edu:/archive/Thomas
  854.  
  855. The Thomas system is written in Scheme and runs under MIT's CScheme,
  856. DEC's Scheme->C, and Marc Feeley's Gambit.  It can run on a wide range
  857. of machines including the Macintosh, PC compatibles, Vax, MIPS, Alpha,
  858. and 680x0.  Thomas generates IEEE compatible Scheme code.
  859.  
  860. A ready-made version of Thomas 1.1 interpreter built upon MacGambit
  861. 2.0 as a double-clickable Macintosh application is available by
  862. anonymous ftp from cambridge.apple.com:/pub/dylan/gambit/ as
  863. the file thomas-1.1-interp.hqx.
  864.  
  865. For discussion of Thomas, send a note to
  866.    info-thomas-request@crl.dec.com 
  867. to be added to the mailing list. 
  868.  
  869. DEC CRL's goals in building Thomas were to learn about Dylan by
  870. building an implementation, and to build a system they could use to
  871. write small Dylan programs. As such, Thomas has no optimizations of
  872. any kind and does not perform well. 
  873.  
  874. The original development team consisted of:
  875.           Matt Birkholz (Birkholz@crl.dec.com)
  876.           Jim Miller (JMiller@crl.dec.com)
  877.           Ron Weiss (RWeiss@crl.dec.com)
  878. In addition, Joel Bartlett (Bartlett@wrl.dec.com), Marc Feeley
  879. (Feeley@iro.umontreal.ca), Guillermo Rozas (Jinx@zurich.ai.mit.edu)
  880. and Ralph Swick (Swick@crl.dec.com) contributed time and energy to the
  881. initial release.
  882.  
  883. ======== Marlais ========
  884.  
  885. Marlais is a simple interpreter for a language strongly resembling
  886. Dylan. It is available by anonymous ftp from
  887.    ftp.cis.ufl.edu:/pub/Marlais
  888.    cambridge.apple.com:/pub/dylan/Marlais
  889.    travis.csd.harris.com:/pub/ 
  890. Currently runs on i386 and i486 (OS/2 or Linux), IBM PC/RT, IBM
  891. RS/6000, HP9000/300, HP9000/700, DECstations (Ultrix), SGI (IRIX),
  892. Sony News, Apple Macintosh (A/UX), Sun3, Sun4, Vax (4.3bsd and
  893. ultrix), m88k (Harris Nighthawk running CX/UX), MIPS M/120, Sequent
  894. Symmetry, Encore Multimax.  Contact Joe Wilson <jnw@cis.ufl.edu> or
  895. Brent Benson <brent@ssd.csd.harris.com> for more information.
  896.  
  897. ================
  898.  
  899. The Gwydion Project at CMU is developing an innovative new software
  900. development environment based on the Dylan language (and, in the
  901. process, will make available a very high-quality implementation of
  902. Dylan). This project includes many of the same people responsible for
  903. CMU Common Lisp. (In Welsh mythology, Gwydion is the uncle of Dylan
  904. and nephew of Math.) A Mosaic page describing the project goals, how
  905. they fit in with the Dylan language, and copies of the Dylan language
  906. manual and latest approved design notes is available as
  907.    http://legend.gwydion.cs.cmu.edu:8001/gwydion/
  908. For more information, write to gwydion-group@cs.cmu.edu.
  909.  
  910. Mindy (Mindy Is Not Dylan Yet) is a Dylan-like language from the
  911. Gwydion Project. Mindy is intended for use as a development tool while
  912. work on the "real" high-performance Dylan implementation progresses.
  913. Mindy is available by anonymouse ftp from legend.gwydion.cs.cmu.edu as
  914. the file /afs/cs.cmu.edu/project/gwydion/release/mindy.tar.gz.
  915. Send bug reports to gwydion-bugs@cs.cmu.edu; support will be minimal.
  916.  
  917. ----------------------------------------------------------------
  918. Subject: [4-7] What is Pearl Common Lisp?
  919.  
  920. When Apple Computer acquired Coral Software in January 1989, they
  921. re-released Coral's Allegro Common Lisp and its optional modules as
  922. Macintosh Allegro Common Lisp (now just Macintosh Common Lisp).
  923. Coral's other product, Pearl Lisp, was discontinued at that time.
  924. Pearl Lisp provides a subset of the functionality of MACL 1.3 and is
  925. not even fully CLtL1-compatible (e.g., the implementation of defstruct is
  926. different).
  927.  
  928. Despite rumors to the contrary, Pearl Lisp is not and never was public
  929. domain. Nevertheless, Pearl Lisp and its documentation were placed in
  930. the "Moof:Goodies:Pearl Lisp" folder on the first pressing of "Phil
  931. and Dave's Excellent CD", the precursor to the current Apple
  932. Developer's CD-ROM series.  Apple removed Pearl from later versions of
  933. the developer CD-ROM distribution because of complaints from other
  934. Lisp vendors. If you own a copy of Pearl Lisp or a copy of this
  935. CD-ROM, you can make it runnable under System 7 with some slight
  936. modifications using ResEdit.  To repeat, Pearl Lisp is NOT public
  937. domain, so you must own a copy to use it.
  938.  
  939. To make it runnable, one needs to use ResEdit to make changes to the
  940. BNDL and FREF resources so that it will connect to its icons properly.
  941. This will make it respond to double-clicks in the normal manner and
  942. make it be properly linked to its files. Detailed instructions for
  943. modifying Pearl Lisp using ResEdit may be obtained from the Lisp
  944. Utilities Repository by anonymous ftp from 
  945.    ftp.cs.cmu.edu:/user/ai/lang/lisp/impl/pearl/ 
  946. as the file pearl.txt.
  947.  
  948. After you've made the changes, it will run under System 7 on 68000s
  949. and 68030s if you turn off 32-bit addressing. It seems to bomb on a
  950. Quadra.
  951.  
  952. If you need a more powerful Lisp or one that is compatible with the
  953. standard for Common Lisp, consider purchasing Macintosh Common Lisp.
  954.  
  955. ----------------------------------------------------------------
  956. Subject: [4-9] What Lisp-related discussion groups and mailing lists exist?
  957.      
  958. Before posting to any discussion group, please read the rest
  959. of this FAQ, to make sure your question isn't already answered. 
  960.  
  961. Scheme-related mailing lists and newsgroups are listed in the Scheme
  962. FAQ, and AI-related mailing lists and newsgroups are listed in the AI FAQ.
  963.      
  964. First of all, there are several Lisp-related newsgroups:
  965.    comp.lang.lisp          General Lisp-related discussions.
  966.                            See below for archive information.
  967.  
  968.    comp.lang.clos          Discussion related to CLOS, PCL, and
  969.                            object-oriented programming in Lisp.
  970.                            Gatewayed to commonloops@cis.ohio-state.edu.
  971.                            (or equivalently, comp.lang.clos@cis.ohio-state.edu)
  972.                            See below for info on the newsgroup's archives.
  973.  
  974.    comp.org.lisp-users     Discussions related to Association of Lisp Users.
  975.                            Gatewayed to the ALU mailing list. This is an
  976.                            organizational mailing list/newsgroup, not a 
  977.                            technical forum.
  978.  
  979.    comp.std.lisp           For discussion of emerging standards for
  980.                            the Lisp language, including "de facto" standards.
  981.                Moderated by Brad Miller <miller@cs.rochester.edu>.
  982.                            Submissions should be sent to 
  983.                              lisp-standards@cs.rochester.edu
  984.                            Archived on
  985.                               ftp.cs.rochester.edu:/pub/lisp-standards/
  986.                            Gatewayed to a mailing list (send mail to
  987.                            lisp-standards-request@cs.rochester.edu to join).
  988.  
  989.    comp.lang.lisp.mcl      Discussions related to Macintosh
  990.                            Common Lisp. This newsgroup is gatewayed
  991.                            to the info-mcl@cambridge.apple.com
  992.                            mailing list and archived on cambridge.apple.com.
  993.  
  994.    comp.lang.lisp.franz    Discussion of Franz Lisp, a dialect of Lisp.
  995.                            (Note: *not* Franz Inc's Allegro.)
  996.  
  997.    comp.lang.lisp.x        Discussion of XLISP, a dialect of Lisp, and XScheme.
  998.  
  999.    comp.sys.xerox          Discussions related to using Medley (name exists
  1000.                            for historical reasons, and is likely to change
  1001.                            soon). Gatewayed to the info-1100 mailing list.
  1002.  
  1003.    comp.sys.ti.explorer       TI Explorers Lisp machines.
  1004.  
  1005.    comp.windows.garnet     Garnet, a Lisp-based GUI.
  1006.  
  1007.    comp.ai and subgroups   General AI-related dicusssion.
  1008.  
  1009.  
  1010. The newsgroup comp.lang.lisp is archived on 
  1011.    ftp.gmd.de:/usenet/comp.lang.lisp/ [129.26.8.84]
  1012. by month, from 1989 onward. Individual files are in rnews
  1013. format. (They contain articles prefixed by a header line "#! rnews
  1014. <nchars> archive" where <nchars> is the number of characters in the
  1015. article following the header. That format is convenient for various
  1016. news processing programs (e.g.  relaynews) and is rather easy to
  1017. process from a lisp program too.)  A copy of the GMD archives for
  1018. comp.lang.lisp is available on cambridge.apple.com:/pub/comp.lang.lisp/.
  1019.  
  1020.  
  1021. We list several mailing lists below. In general, to be added to
  1022. a mailing list, send mail to the "-request" version of the address.
  1023. This avoids flooding the mailing list with annoying and trivial
  1024. administrative requests. [To subscribe to info-mcl, info-dylan, or
  1025. other mailing lists based at cambridge.apple.com, send a message to
  1026. majordomo@cambridge.apple.com with "subscribe <list_name>" in the
  1027. message body. Likewise use "unsubscribe <list_name>" to cancel your
  1028. subscription and "help" to get help.]
  1029.  
  1030. General Lisp Mailing Lists:
  1031.  
  1032.    common-lisp@ai.sri.com          Technical discussion of Common Lisp.
  1033.    lisp-utilities@cs.cmu.edu       Low volume moderated mailing list
  1034.                    associated with the Lisp Utilities 
  1035.                    Repository at CMU. (Also known as
  1036.                                    cl-utilities@cs.cmu.edu)
  1037.    lisp-faq@think.com              A mailing list concerning the contents
  1038.                                    of this FAQ posting only.
  1039.  
  1040.    alu@freud.arc.nasa.gov       Forum for use by members (current
  1041.                                    and prospective) of the Association
  1042.                                    of Lisp Users. It is bidirectionally
  1043.                                    gatewayed into the newsgroup
  1044.                                    comp.org.lisp-users. This is an
  1045.                                    organizational mailing list, 
  1046.                                    not a technical forum.
  1047.  
  1048. Particular Flavors of Lisp:
  1049.  
  1050.    info-mcl@cambridge.apple.com    Macintosh Common Lisp. Gatewayed
  1051.                                    to the comp.lang.lisp.mcl newsgroup.
  1052.    info-mcl-digest@cambridge.apple.com  Automatically generated digest format
  1053.                        version of the info-mcl mailing list.
  1054.  
  1055.    cmucl-bugs@cs.cmu.edu           CMU Common Lisp bug reports
  1056.  
  1057.    slug@ai.sri.com                 Symbolics Lisp Users Group
  1058.                    Archived on warbucks.ai.sri.com and 
  1059.                                    ftp.ai.sri.com:/pub/slug.
  1060.  
  1061.    allegro-cl@cs.berkeley.edu      Franz Allegro Common Lisp
  1062.  
  1063.    amiga-lisp@contessa.phone.net   Lisp on the Amiga
  1064.  
  1065.    kcl@cli.com                     Kyoto Common Lisp 
  1066.                                    Archived in ftp.cli.com:/pub/kcl/kcl-mail-archive
  1067.    kcl@rascal.ics.utexas.edu       Forwards to kcl@cli.com.
  1068.  
  1069.    lispworks@harlqn.co.uk          LispWorks
  1070.  
  1071.    clisp-list@ma2s2.mathematik.uni-karlsruhe.de   CLISP
  1072.     To subscribe, send mail to listserv@ma2s2.mathematik.uni-karlsruhe.de
  1073.     with "subscribe clisp-list <your full name>" in the message body.
  1074.         Use "help" to get a help message back and "unsubscribe clisp-list"
  1075.         to remove yourself from the list.
  1076.  
  1077.    info-ti-explorer@sumex-aim.stanford.edu  TI Explorer Lisp Machine
  1078.    bug-ti-explorer@sumex-aim.stanford.edu  TI Explorer Lisp Machine
  1079.  
  1080.    info-1100@cis.ohio-state.edu    Xerox/Envos Lisp machine environment,
  1081.                                    InterLisp-D, and Medley. Gatewayed to
  1082.                                    the newsgroup comp.sys.xerox. Will be
  1083.                                    moving to info-1100@anzus.com.
  1084.  
  1085.    franz-friends@cs.berkeley.edu   The Franz Lisp Language.
  1086.    franz-composers@cs.berkeley.edu Maintainers of Franz Lisp.
  1087.  
  1088. Lisp Windowing Systems:
  1089.  
  1090.    cl-windows@ai.sri.com           Common Lisp Window System Discussions.
  1091.    bug-clx@expo.lcs.mit.edu        CLX (Common Lisp X Windows)
  1092.    clim@bbn.com                    Common Lisp Interface Manager
  1093.    clue-review@dsg.csc.ti.com      Common Lisp User-Interface Environment
  1094.    express-windows@cs.cmu.edu      Express Windows
  1095.    garnet-users@cs.cmu.edu         Garnet (send mail to garnet@cs.cmu.edu
  1096.                                    or garnet-request@cs.cmu.edu to be added)
  1097.    gina-users@gmd.de               GINA and CLM
  1098.    lispworks@harlequin.co.uk       LispWorks 
  1099.    winterp@netcom.com           WINTERP (OSF/Motif Widget INTERPreter)
  1100.    yyonx@csrl.aoyama.ac.jp         YYonX
  1101.  
  1102. Lisp Object-Oriented Programming:
  1103.    
  1104.    CommonLoops@cis.ohio-state.edu  (same as comp.lang.clos@cis.ohio-state.edu)
  1105.       Discussion related to CLOS, PCL, and object-oriented programming
  1106.       in Lisp.  The name is in honor of the first freely-available
  1107.       implementation of CLOS, Xerox PARC's Portable Common Loops, and
  1108.       was originally the mailing list for discussing that
  1109.       implementation.  Now gatewayed to the comp.lang.clos newsgroup.
  1110.       The mailing list is archived on nervous.cis.ohio-state.edu in
  1111.       the directory pub/lispusers/commonloops.  
  1112.       The CLOS code repository is in pub/lispusers/clos.
  1113.  
  1114. Miscellaneous:
  1115.  
  1116.    stat-lisp-news-request@umnstat.stat.umn.edu     
  1117.            Use of Lisp and Lisp-based systems in statistics. 
  1118.    Lisp-Jobs@cis.ohio-state.edu
  1119.     Job offers requiring a knowledge of Lisp. See [1-7].
  1120.  
  1121. Electronic Journals:
  1122.  
  1123.   Electronic Journal of Functional and Logic Programming (EJFLP)
  1124.  
  1125.      EJFLP is a refereed journal that will be distributed for free via e-mail.
  1126.      The aim of EJFLP is to create a new medium for research investigating the
  1127.      integration of the functional, logic and constraint programming paradigms.
  1128.  
  1129.      For instructions on submitting a paper, send an empty mail message with 
  1130.     Subject: Help
  1131.      to
  1132.         submissions@ls5.informatik.uni-dortmund.de. 
  1133.      You will receive an acknowledgment of your submission within a few hours.
  1134.  
  1135.      To subscribe to the journal, send an empty mail message to 
  1136.          subscriptions@ls5.informatik.uni-dortmund.de
  1137.      You will receive an acknowledgment of your subscription within
  1138.      a few days. 
  1139.  
  1140.      If there are any problems with the mail-server, send mail to
  1141.      ejflp.op@ls5.informatik.uni-dortmund.de. 
  1142.  
  1143.      The editorial board is: Rita Loogen (RWTH Aachen), Herbert Kuchen (RWTH
  1144.      Aachen), Michael Hanus (MPI-Saarbruecken), Manuel MT Chakravarty (TU
  1145.      Berlin), Martin Koehler (Imperial College London), Yike Guo (Imperial
  1146.      College London), Mario Rodriguez-Artalejo (Univ. Madrid), Andy Krall
  1147.      (TU Wien), Andy Mueck (LMU Muenchen), Tetsuo Ida (Univ. Tsukuba,
  1148.      Japan), Hendrik C.R. Lock (IBM Heidelberg), Andreas Hallmann (Univ.
  1149.      Dortmund), Peter Padawitz (Univ. Dortmund), Christoph Brzoska (Univ.
  1150.      Karlsruhe).
  1151.  
  1152.      
  1153. ----------------------------------------------------------------
  1154. Subject: [4-10] ANSI Common Lisp -- 
  1155.                 Where can I get a copy of the draft standard?
  1156.  
  1157. The first public review of the draft proposed American National
  1158. Standard (dpANS) for Common Lisp ended November 23, 1992. The second
  1159. public review of the draft will be held from February 4 through April 5, 1994.
  1160.  
  1161. Hard copies of the draft may be purchased from Global Engineering
  1162. Documents, Inc., 2805 McGaw Avenue, Irvine, CA  92714, 1-800-854-7179,
  1163. 714-261-1455 for a single copy price of $80 ($104 international).
  1164.  
  1165. Copies of the TeX sources and Unix-compressed DVI files may be
  1166. obtained by anonymous FTP from 
  1167.    parcftp.xerox.com:/pub/cl/ [13.1.64.94]
  1168. The files corresponding to the second Public Review of Common Lisp are
  1169. in the directory /pub/cl/dpANS2/*. These files correspond to draft
  1170. 14.10, also known as document X3J13/93-102, which was forwarded by
  1171. X3J13 to X3 in October, 1993. (The files from the first draft are in
  1172. the directory /pub/cl/document/*.) The draft is about 1500 pages long.
  1173. The file Reviewer-Notes.text should be read before ftping the other files.
  1174.  
  1175. There is no mechanism for submitting Public Review comments by e-mail.
  1176. Comments on the draft must be submitted in hard copy format BOTH to X3
  1177. Secretariat, Attn: Lynn Barra, 1250 Eye Street NW, Suite 200,
  1178. Washington, DC 20005-3922 AND to American National Standards Institute,
  1179. Attn: BSR Center, 11 West 42nd St. 13th Floor, New York, NY 10036.
  1180.  
  1181. The international working group on Lisp is ISO/IEC JTC1/SC22/WG16.
  1182. Christian Queinnec (Christian.Queinnec@inria.fr) is the WG16 Convenor.
  1183. Kent Pitman (kmp@harlequin.com) is the International Representative of 
  1184. X3J13 to WG16 and is also Project Editor for WG16. WG16 is working on
  1185. the design of a dialect of Lisp called ISLISP (which is neither a 
  1186. subset nor a superset of Common Lisp).  A Committee Draft (CD) of
  1187. the ISLISP specification has been registered by WG16 as ``CD13816: 
  1188. Information Technology - Programming languages, their environments and
  1189. system software interfaces - Programming language ISLISP.''  The CD, 
  1190. which WG16 internally refers to as version 11.4, is available by 
  1191. anonymous FTP from 
  1192.    ma2s2.mathematik.uni-karlsruhe.de:/pub/lisp/islisp/  [129.13.115.2]
  1193. as the file islisp-114.ps or islisp-114.ps.Z. 
  1194. A WG16 letter ballot is presently in progress to determine whether this
  1195. Committee Draft will become a Draft International Standard (DIS); the 
  1196. ballot closes 30-Nov-94.
  1197.  
  1198. ----------------------------------------------------------------
  1199.  
  1200. ;;; *EOF*
  1201.  
  1202.  
  1203.