home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / lisp-faq / part4 < prev    next >
Encoding:
Text File  |  1995-07-25  |  62.9 KB  |  1,190 lines

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