home *** CD-ROM | disk | FTP | other *** search
/ ftp.pasteur.org/FAQ/ / ftp-pasteur-org-FAQ.zip / FAQ / lisp-faq / part4 < prev    next >
Encoding:
Internet Message Format  |  1997-08-14  |  67.9 KB

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