home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / answers / lisp-faq / part4 < prev    next >
Encoding:
Text File  |  1993-12-12  |  50.5 KB  |  935 lines

  1. Newsgroups: comp.lang.lisp,news.answers,comp.answers
  2. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!usc!math.ohio-state.edu!darwin.sura.net!paladin.american.edu!europa.eng.gtefsd.com!fs7.ece.cmu.edu!honeydew.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!mkant
  3. From: mkant+@cs.cmu.edu (Mark Kantrowitz)
  4. Subject: FAQ: Lisp Implementations and Mailing Lists 4/7 [Monthly posting]
  5. Message-ID: <lisp_4.faq_755769827@cs.cmu.edu>
  6. Followup-To: poster
  7. Summary: Questions about Lisp Implementations and Mailing Lists
  8. Sender: news@cs.cmu.edu (Usenet News System)
  9. Supersedes: <lisp_4.faq_753177765@cs.cmu.edu>
  10. Nntp-Posting-Host: a.gp.cs.cmu.edu
  11. Reply-To: lisp-faq@think.com
  12. Organization: School of Computer Science, Carnegie Mellon
  13. Date: Mon, 13 Dec 1993 08:04:06 GMT
  14. Approved: news-answers-request@MIT.Edu
  15. Expires: Mon, 24 Jan 1994 08:03:47 GMT
  16. Lines: 916
  17. Xref: senator-bedfellow.mit.edu comp.lang.lisp:11527 news.answers:15719 comp.answers:2971
  18.  
  19. Archive-name: lisp-faq/part4
  20. Last-Modified: Mon Nov 15 15:59:12 1993 by Mark Kantrowitz
  21. Version: 1.40
  22.  
  23. ;;; ****************************************************************
  24. ;;; Answers to Frequently Asked Questions about Lisp ***************
  25. ;;; ****************************************************************
  26. ;;; lisp_4.faq -- 51058 bytes
  27.  
  28. This post contains Part 4 of the Lisp FAQ. It is cross-posted to the
  29. newsgroup comp.lang.scheme because it contains material of interest to
  30. Scheme people. The other parts of the Lisp FAQ are posted only to the
  31. newsgroups comp.lang.lisp and news.answers. 
  32.  
  33. If you think of questions that are appropriate for this FAQ, or would
  34. like to improve an answer, please send email to us at lisp-faq@think.com.
  35.  
  36. Lisp/Scheme Implementations and Mailing Lists (Part 4):
  37.  
  38.   [4-0]   Free Common Lisp implementations.
  39.   [4-1]   Commercial Common Lisp implementations.
  40.   [4-1a]  Lisp to C translators
  41.   [4-2]   Scheme Implementations
  42.   [4-4]   Free Implementations of Other Lisp Dialects
  43.   [4-5]   Commercial Implementations of Other Lisp Dialects
  44.   [4-6]   What is Dylan?
  45.   [4-7]   What is Pearl Common Lisp?
  46.   [4-9]   What Lisp-related discussion groups and mailing lists exist?
  47.   [4-10]  ANSI Common Lisp -- Where can I get a copy of the draft standard?
  48.  
  49. Search for \[#\] to get to question number # quickly.
  50.  
  51. ----------------------------------------------------------------
  52. Subject: [4-0]   Free Common Lisp implementations.
  53.  
  54. Repositories of Lisp source code are described in the answer to
  55. question [6-1]. 
  56.  
  57. Remember, when ftping compressed or compacted files (.Z, .arc, .fit,
  58. etc.) to use binary mode for retrieving the files.
  59.  
  60.    Kyoto Common Lisp (KCL) is free, but requires a license. Conforms to CLtL1.
  61.    KCL was written by T. Yuasa <yuasa@tutics.tut.ac.jp> and M. Hagiya
  62.    <hagiya@is.s.u-tokyo.ac.jp> at Kyoto University. Austin Kyoto Common Lisp
  63.    (AKCL) is a collection of ports, bug fixes and improvements to KCL
  64.    by Bill Schelter (<wfs@cli.com> or <wfs@rascal.ics.utexas.edu>). {A}KCL
  65.    generates C code which it compiles with the local C compiler. Both are
  66.    available by anonymous ftp from rascal.ics.utexas.edu [128.83.138.20],
  67.    ftp.cli.com [192.31.85.1], or [133.11.11.11] (a machine in Japan)
  68.    in the directory /pub. KCL is in the file kcl.tar, and AKCL is in the
  69.    file akcl-xxx.tar.Z (take the highest value of xxx).  To obtain KCL, one 
  70.    must first sign and mail a copy of the license agreement to: Special 
  71.    Interest Group in LISP, c/o Taiichi Yuasa, Department of Computer Science,
  72.    Toyohashi University of Technology, Toyohashi 441, JAPAN. Runs on Sparc,
  73.    IBM RT, RS/6000, DecStation 3100, hp300, hp800, Macintosh II (under AUX),
  74.    mp386, IBM PS2, Silicon Graphics 4d, Sun3, Sun4, Sequent Symmetry,
  75.    IBM 370, NeXT and Vax. A port to DOS is in beta test as
  76.    math.utexas.edu:pub/beta2.zip. Commercial versions of {A}KCL are available
  77.    from Austin Code Works, 11100 Leafwood Lane, Austin, TX 78750-3409,
  78.    Tel. 512-258-0785, Fax 512-258-1342, E-mail guthery@acw.com,
  79.    including a CLOS for AKCL. See also Ibuki, below.
  80.  
  81.    XLISP is free, and runs on the IBM PC (MSDOS), Amiga (AmigaDOS),
  82.    Atari ST (TOS), Apple Macintosh, and Unix. It should run on
  83.    anything with a C compiler.  It was written by David Michael Betz,
  84.    167 Villa Avenue #11, Los Gatos, CA 95032, 408-354-9303 (H), 
  85.    408-862-6325 (W), dbetz@apple.com. The reference manual was
  86.    written by Tim Mikkelsen. Version 2.0 is available by anonymous ftp from
  87.            cs.orst.edu:/pub/xlisp/ [128.193.32.1] or
  88.            sumex-aim.stanford.edu:info-mac/lang/
  89.    Version 2.1 is the same as XLISP 2.0, but modified to bring it closer
  90.    to Common Lisp and with several bugs fixed. It can be obtained by
  91.    anonymous ftp from
  92.            glia.biostr.washington.edu:/pub/xlisp      128.95.10.115
  93.            wasp.eng.ufl.edu:/pub                      128.227.116.1
  94.    as the files xlisp21e.zip and xlisp21e.tar.Z. The xlisp21e.zip file comes
  95.    with IBM/PC executables. A Macintosh port of version 2.1e (and the
  96.    C source code to its interface) is also available, from Macintosh
  97.    ftp sites such as sumex.stanford.edu:/info-mac/dev/xlisp-21e2.hqx
  98.    and mac.archive.umich.edu:/mac/development/languages/xlisp2.1e2.sit.hqx.
  99.    (Mac version written by Brian Kendig, <bskendig@netcom.com>.)
  100.    For obtaining a copy through US mail, send email to Tom Almy,
  101.    toma@sail.labs.tek.com. A Windows version of the statistical
  102.    version of xlisp is available by anonymous ftp from
  103.    ftp.cica.indiana.edu:/util/ as wxlslib.zip.  
  104.  
  105.    CMU Common Lisp is free, and runs on Sparcs (Mach and SunOs),
  106.    DecStation 3100 (Mach), IBM RT (Mach) and requires 16mb RAM, 25mb
  107.    disk. It includes an incremental compiler, Hemlock emacs-style editor,
  108.    source-code level debugger, code profiler and is mostly X3J13
  109.    compatible, including the new loop macro.  It is available by anonymous
  110.    ftp from any CMU CS machine, such as ftp.cs.cmu.edu [128.2.206.173], in the
  111.    directory /afs/cs.cmu.edu/project/clisp/release. Login with username
  112.    "anonymous" and "userid@host" (your email address) as password. Due to
  113.    security restrictions on anonymous ftps (some of the superior
  114.    directories on the path are protected against outside access), it is
  115.    important to "cd" to the source directory with a single command.
  116.    Don't forget to put the ftp into binary mode before using "get" to
  117.    obtain the compressed/tarred files. The binary releases are
  118.    contained in files of the form
  119.                 <version>-<machine>_<os>.tar.Z
  120.    Other files in this directory of possible interest are
  121.    16f-source.tar.Z, which contains all the ".lisp" source files
  122.    used to build version 16f. A listing of the current contents of the
  123.    release area is in the file FILES. You may also use "dir" or "ls" to 
  124.    see what is available. Bug reports should be sent to cmucl-bugs@cs.cmu.edu.
  125.  
  126.    WCL is an implementation of Common Lisp for Sparc based workstations.
  127.    It is available free by anonymous ftp from sunrise.stanford.edu in the
  128.    pub/wcl directory. The file wcl-2.14.tar.Z contains the WCL
  129.    distribution, including CLX and PCL; wgdb-4.2.tar.Z contains a version
  130.    of the GDB debugger which has been modified to grok WCL's Lisp; and
  131.    gcc-2.1.tar.Z contains the GNU C compiler (2.2.2 does not work!).  WCL
  132.    provides a large subset of Common Lisp as a Unix shared library that
  133.    can be linked with Lisp and C code to produce efficient and small
  134.    applications. For example, the executable for a Lisp version of the
  135.    canonical ``Hello World!'' program requires only 40k bytes under
  136.    SunOS 4.1 for SPARC. WCL provides CLX R5 as a shared library, and
  137.    comes with PCL and a few other utilities.  For further information
  138.    on WCL, see the paper published in the proceedings of the 1992 Lisp
  139.    and Functional Programming Conference, a copy of which appears in
  140.    the wcl directory as lfp-paper.ps, or look in the documentation
  141.    directory of the WCL distribution. Written by Wade Hennessey
  142.    <wade@sunrise.stanford.edu>. Please direct any questions to
  143.    wcl@sunrise.stanford.edu. If you would like to be added to a
  144.    mailing list for information about new releases, send email to
  145.    wcl-request@sunrise.stanford.edu. 
  146.  
  147.    CLISP is a Common Lisp (CLtL1 + parts of CLtL2) implementation by
  148.    Bruno Haible of Karlsruhe University and Michael Stoll of Munich
  149.    University, both in Germany.  It runs on microcomputers (DOS, OS/2,
  150.    Atari ST, Amiga 500-4000) as well as on Unix workstations (Linux, Sun4,
  151.    Sun386, HP9000/800, SGI, Sun3 and others) and needs only 1.5 MB of RAM.
  152.    It is free software and may be distributed under the terms of GNU GPL.
  153.    German and English versions are available, French coming soon.  CLISP
  154.    includes an interpreter, a compiler, a subset of CLOS and, for some
  155.    machines, a screen editor. Packages running in CLISP include PCL and,
  156.    on Unix machines, CLX and Garnet.  Available by anonymous ftp from
  157.    ma2s2.mathematik.uni-karlsruhe.de [129.13.115.2] in the directory
  158.    /pub/lisp/clisp.  For more information, contact
  159.    haible@ma2s2.mathematik.uni-karlsruhe.de.
  160.    There is a mailing list for users of CLISP. It is the proper forum for
  161.    questions about CLISP, installation problems, bug reports, application
  162.    packages etc. For information about the list and how to subscribe,
  163.    send mail to listserv@ma2s2.mathematik.uni-karlsruhe.de, with the two lines
  164.           help
  165.           information clisp-list
  166.    in the message body.
  167.  
  168.    CLiCC (Common Lisp to C Compiler) generates C-executables from Common
  169.    Lisp application programs. CLiCC is not a Common Lisp system, and
  170.    hence does not include any program development or debugging support.
  171.    CLiCC is intended to be used as an add-on to existing Common Lisp
  172.    systems for generating portable applications.  CLiCC supports CL_0, a
  173.    subset of Common Lisp + CLOS, which excludes EVAL and related
  174.    functions. At present CL_0 is based on CLtL1, but is headed towards
  175.    CLtL2 and ANSI-CL. The generated C code (ANSI-C or K&R-C compatible)
  176.    may be compiled using a conventional C compiler on the target
  177.    machine, and must be linked with the CLiCC runtime library in order
  178.    to generate executables. CLiCC is available by anonymous ftp from
  179.       ftp.informatik.uni-kiel.de:pub/kiel/apply/clicc-0.6.1.tar.Z
  180.       [134.245.15.113].   
  181.    CLiCC was developed by Wolfgang Goerigk <wg@informatik.uni-kiel.de>,
  182.    Ulrich Hoffman <uho@informatik.uni-kiel.de>, and Heinz Knutzen
  183.    <hk@informatik.uni-kiel.de> of Christian-Albrechts-Universitaet zu
  184.    Kiel, Institut fuer Informatik und Praktische Mathematik,
  185.    Preusserstr.  1-9, D-24105 Kiel, Germany. The authors welcome
  186.    suggestions and improvements and would appreciate receiving email
  187.    even if you just used CLiCC successfully.
  188.  
  189.    RefLisp is a small Lisp interpreter. Versions exist for MS-DOS and
  190.    UNIX (AIX). The MS-DOS version supports CGA/EGA/VGA graphics and the
  191.    Microsoft Mouse. The interpreter is a shallow-binding (i.e.,
  192.    everything has dynamic scope), reference counting design making it
  193.    suitable for experimenting with real-time and graphic user interface
  194.    programming. Common Lisp compatibility macros are provided, and most
  195.    of the examples in "Lisp" by Winston & Horn have been run on RefLisp.
  196.    RefLisp makes no distinction between symbol-values and
  197.    function-values, so a symbol can be either but not both.  RefLisp
  198.    comes with an ASCII manual and many demonstration programs, including
  199.    an analogue clock which never stops for garbage collection.  It is
  200.    written in ANSI C and is in the public domain. Source and binaries are
  201.    available in the Lisp Utilities repository by anonymous ftp from
  202.    ftp.cs.cmu.edu in the directory
  203.      /afs/cs.cmu.edu/project/ai-repository/ai/lang/lisp/impl/reflisp/ 
  204.    as the files reflisp1_3, reflisp2_3, reflisp3_3 and reflisp_README.
  205.    For further information, send email to the author Bill Birch
  206.    <bxb@tpg.tpg.oz.au>. 
  207.  
  208.    ECoLisp is a Common Lisp implementation which compiles Lisp functions
  209.    into C functions that use the C stack and standard procedure call
  210.    conventions. This lets Lisp and C code be easily mixed. It can be used
  211.    as a C library from any C application.  It is available by anonymous
  212.    ftp from apollo.di.unipi.it:/pub/software/lisp/.  This is an alpha
  213.    release. So far it has been tested with GCC under DOS, and a Unix
  214.    version should be ready shortly. For more information, please contact
  215.    Giuseppe Attardi <attardi@di.unipi.it>.
  216.  
  217.    PowerLisp is a Common Lisp development environment for the Macintosh.
  218.    It consists of a Common Lisp interpreter, native-code 680x0 compiler,
  219.    680x0 macro assembler, disassembler, incremental linker and
  220.    multi-window text editor. It requires a Macintosh with at least a
  221.    68020 processor (any Mac except a Plus, SE or Classic) and system 7.0
  222.    or later. About 2 megabytes of RAM are required to run it, and to do
  223.    much with it you need more like 5 or 6 megabytes. Like any Common Lisp
  224.    system, the more memory the better.  PowerLisp has the ability to run
  225.    in the background. While executing a Common Lisp program, the user may
  226.    switch to another application as it continues to run. You can also
  227.    edit programs while a Common Lisp program is running. PowerLisp is
  228.    targeted to be compatible with CTLTL2 without CLOS (for now) but some
  229.    Common Lisp functions are not yet implemented. Upcoming versions
  230.    should include the remaining language features. The current released
  231.    version is 1.01, with 1.02 scheduled for release late November/early
  232.    December. PowerLisp is available from America Online and Genie as a
  233.    shareware program ($50). It is also available from the Lisp
  234.    Repository, as
  235.       ftp.cs.cmu.edu:user/ai/lang/lisp/impl/powerlisp/powerlisp1.01.sit.hqx
  236.    Written by Roger Corman. For more information, send mail to
  237.    roger@island.com or rogerc34@aol.com (RogerC34 on America Online).
  238.  
  239. ----------------------------------------------------------------
  240. Subject: [4-1]   Commercial Common Lisp implementations.
  241.  
  242.    Macintosh Common Lisp (MCL 2.0) runs on the Apple Macintosh (Mac+ or
  243.    higher with 4mb RAM and system software 6.0.4 or later or AUX 3.0) and
  244.    is available from APDA for $495. It includes a native CLOS Macintosh
  245.    Toolbox/interface toolkit, ephemeral garbage collection, incremental
  246.    compiler, window-based debugger, source-code stepper, object
  247.    inspector, emacs-style editor, and a foreign function interface.
  248.    Bug reports should be sent to bug-mcl@cambridge.apple.com. With
  249.    MCL version 2.0, Apple has started distributing a CD-ROM which
  250.    contains, among other things, a large collection of Lisp code,
  251.    complete MCL manuals in an online-browser format, the CLIM 1.0 manual
  252.    in TeX and postscript, and copies of Gambit 1.8 Scheme, SIOD 2.8
  253.    Scheme, Pixie Scheme, and a demo version of MacScheme. For more
  254.    information, write to: APDA, Apple Computer Inc., 20525 Mariani
  255.    Avenue, MS 33-G, Cupertino, CA 95014-6299 or call toll free
  256.    1-800-282-2732 (US), 1-800-637-0029 (Canada), 1-408-562-3910. Their
  257.    fax number is 1-408-562-3971 and their telex is 171-576. Email may
  258.    also be sent to APDA@applelink.apple.com or 76666.2405@compuserve.com.
  259.    CLIM for MCL is available for $495 as a separate product from
  260.    Lucid, Inc., 707 Laurel Street, Menlo Park, CA 94025 U.S.A.,
  261.    415-329-8400, fax: 415-329-8480, <sales@lucid.com>.
  262.    
  263.    Procyon Common Lisp runs on either the Apple Macintosh or IBM PC (386/486
  264.    or OS/2 native mode), costing 450 pounds sterling ($675) educational,
  265.    1500 pounds ($2250) commercial. It requires 2.5mb RAM on the Macintosh
  266.    and 4mb RAM on PCs (4mb and more than 4mb recommended respectively).  It
  267.    is a full graphical environment, and includes a native CLOS with
  268.    meta-object protocol, incremental compilation, foreign function
  269.    interface, object inspector, text and structure editors, and debugger.
  270.    Write to: Scientia Ltd., St. John's Innovation Centre, Cowley Road,
  271.    Cambridge, CB4 4WS, UK, with phone +44-223-421221, fax +44-223-421218,
  272.    and email UK0061@applelink.apple.com. An alternate address for US
  273.    customers is: ExperTelligence, Inc., 5638 Hollister Ave, Suite 302,
  274.    Goleta, CA 93117, or call 805-962-2558. Their fax is 805-964-8448 
  275.    and email is D2042@applelink.apple.com. 
  276.    [NOTE: The rights to the MS Windows version of Procyon were sold to
  277.     Franz who are marketing and developing it as Allegro CL\PC. See
  278.     Allegro's entry for more information. The MS Windows version of
  279.     Procyon is no longer available from Scientia/Expertelligence.]
  280.  
  281.    Allegro Common Lisp 4.1 runs on a variety of platforms, including
  282.    Sparcs, RS6000, HP700, Silicon Graphics, DecStation (prices start at
  283.    $4,500) and NeXT ($2,000). It requires 12mb RAM for the 680x0 and 16mb
  284.    for RISC. It includes native CLOS, X-windows support, Unix interface,
  285.    incremental compilation, generational garbage collection, and a
  286.    foreign function interface.  Options include Allegro Composer
  287.    (development environment, including debugger, inspector, object
  288.    browser, time/space code profiler, and a graphical user interface,
  289.    $1,500), Common LISP Interface Manager (CLIM 2.0 is a portable
  290.    high-level user interface management system.  CLIM 2.0 for Allegro
  291.    CL supports both Motif and Openlook, $1,000) and Allegro CLIP
  292.    (a parallel version of Lisp for the Sequent).  Franz also markets
  293.    Allegro CL\PC for Windows 3.1 for an introductory price of $595 (due
  294.    to increase to $995 on July 1, 1993).  Allegro CL\PC provides 32-bit
  295.    compilation, complete CLOS, an integrated development environment,
  296.    interface to the Windows API, DLL support, and free runtime delivery.
  297.    Write to: Franz Inc., 1995 University Avenue, Berkeley, CA 94704 or
  298.    call 1-800-333-7260, 510-548-3600, fax 510-548-8253, telex 340179
  299.    WUPUBTLXSFO. Bug reports can be mailed to bugs@franz.com.  Questions
  300.    about Franz Inc. products (e.g., current and special pricing) can be
  301.    sent to info@franz.com. To receive Franz Flash, Franz's electronic
  302.    newsletter, send mail to flash@franz.com.
  303.  
  304.    Ibuki Common Lisp is a commercialized and improved version of Kyoto
  305.    Common Lisp. It runs on over 30 platforms, including Sun3, Sparc, Dec
  306.    (Ultrix), Apollo, HP 9000, IBM RS/6000, Silicon Graphics and IBM PCs.
  307.    It includes an incremental compiler, interpreter, foreign function
  308.    interface. It generates C code from the Lisp and compiles it using the
  309.    local C compiler.  Image size is about 3mb. Cost is $2800 (workstations),
  310.    $3500 (servers), $700 (IBM PCs). Supports CLOS and CLX ($200 extra). 
  311.    Source code is available at twice the cost. Ibuki now also has a product 
  312.    called CONS which compiles Lisp functions into linkable Unix libraries.
  313.    Write to: Ibuki Inc., PO Box 1627, Los Altos, CA 94022, or call
  314.    415-961-4996, fax 415-961-8016, or send email to Richard Weyhrauch, 
  315.    rww@ibuki.com or support@ibuki.com.
  316.  
  317.    Lucid Common Lisp runs on a variety of platforms, including PCs (AIX),
  318.    Apollo, HP, Sun-3, Sparc, IBM RT, IBM RS/6000, Decstation 3100,
  319.    Silicon Graphics, and Vax, and costs $2500 (IBM PCs), $4400 (other
  320.    platforms). Lucid includes native CLOS, a foreign function interface,
  321.    and generational garbage collection.  CLIM is available for Lucid as
  322.    a separate product. Write to Lucid Inc., 707 Laurel Street, Menlo Park,
  323.    CA 94025, call toll free 800-225-1386 (or 800-843-4204), 415-329-8400,
  324.    fax 415-329-8480, or email to sales@lucid.com for information on pricing, 
  325.    product availability, etc. Technical questions may be addressed to
  326.    customer-support@lucid.com. See also the comments in question [1-2]
  327.    on the wizards.doc file that comes with the release.
  328.  
  329.    Medley is a Common Lisp development environment that includes a native
  330.    CLOS w/MOP, window toolkit, window-based debugger, incremental
  331.    compiler, structure editor, inspectors, stepper, cross-referencer,
  332.    code analysis tools, and browsers. It is the successor to InterLisp-D.
  333.    It runs on a variety of platforms, including Suns, DecStations,
  334.    386/486s, IBM RS/6000, MIPS, HP, and Xerox 1186. Medley also runs
  335.    under DOS and will shortly be available on the Macintosh too.
  336.    Developer version costs $995 and run-time version $300.
  337.    Instructional costs $250/copy or $1250 site license.  Write to: Venue,
  338.    1549 Industrial Rd, San Carlos, CA 94070, call 800-228-5325,
  339.    415-508-9672, fax 415-508-9770, or email
  340.    aisupport.mv@envos.xerox.com.
  341.  
  342.    Golden Common Lisp (GCLisp) runs on IBM PCs under DOS and Windows,
  343.    costing $2,000 ($250 extra for Gold Hill Windows), and includes an
  344.    incremental compiler, foreign function interface, interactive
  345.    debugger, and emacs-like editor. It supports DDE and other Windows
  346.    stuff, and is CLtL1 compatible.  Supports PCL. It requires 4mb RAM,
  347.    and 12mb disk. See a review in PC-WEEK 4/1/91 comparing GCLisp with
  348.    an older version of MCL.  Write to: Gold Hill Computers, 26 Landsdowne
  349.    Street, Cambridge, MA 02139, call 617-621-3300, or fax 617-621-0656.
  350.  
  351.    Star Sapphire Common LISP provides a subset of Common Lisp and includes
  352.    an emacs-like editor, compiler, debugger, DOS graphics and CLOS. It
  353.    runs on IBM PCs (MSDOS), requires 640k RAM, a hard disk, and costs $100.  
  354.    Write to: Sapiens Software Corporation, PO Box 3365,
  355.    Santa Cruz, CA 95063-3365, call 408-458-1990, or fax 408-425-0905/9220.
  356.    Copies may also be ordered from the Programmers' shop at 800-421-8006. 
  357.    Sapiens Software also has a Lisp-to-C translator in beta-test.
  358.  
  359.    NanoLISP is a Lisp interpreter for DOS systems that supports a
  360.    large subset of the Common Lisp standard, including lexical and
  361.    dynamic scoping, four lambda-list keywords, closures, local functions,
  362.    macros, output formatting, generic sequence functions, transcendental
  363.    functions, 2-d arrays, bit-arrays, sequences, streams, characters
  364.    double-floats, hash-tables and structures. Runs in DOS 2.1 or higher,
  365.    requiring only 384k of RAM. Cost is $100. Write to: Microcomputer Systems
  366.    Consultants, PO Box 6646, Santa Barbara, CA 93160 or call 805-967-2270.
  367.  
  368.    Software Engineer is a Lisp for Windows that creates small stand-alone
  369.    executables. It is a subset of Common Lisp, but includes CLOS. It
  370.    requires 2mb RAM, but can use up to 16mb of memory, generating 286
  371.    specific code. It costs $250.  Write to: Raindrop Software, 833
  372.    Arapaho Road, Suite 104, Richardson, TX 75081, call 214-234-2611, 
  373.    fax 214-234-2674, or send email to 70632.3126@compuserve.com.
  374.  
  375.    muLISP-90 is a small Lisp which runs on IBM PCs (or the HP 95LX
  376.    palmtop), MS-DOS version 2.1 or later. It isn't Common Lisp, although
  377.    there is a Common Lisp compatibility package which augments muLISP-90
  378.    with over 450 Common Lisp special forms, macros, functions and control
  379.    variables. Includes a screen-oriented editor and debugger, a window
  380.    manager, an interpreter and a compiler. Among the example programs is
  381.    DOCTOR, an Eliza-like program. The runtime system allows one to create
  382.    small EXE or COM executables. Uses a compact internal representation
  383.    of code to minimize space requirements and speed up execution. The
  384.    kernel takes up only 50k of space. Costs $400. Write to Soft
  385.    Warehouse, Inc., 3660 Waialae Avenue, Suite 304, Honolulu, HI
  386.    96816-3236, call 808-734-5801, or fax 808-735-1105.
  387.  
  388.    CLOE (Common Lisp Operating Environment) is a cross-development
  389.    environment for IBM PCs (MSDOS) and Symbolics Genera. It includes
  390.    CLOS, condition error system, generational garbage collection,
  391.    incremental compilation, code time/space profiling, and a stack-frame
  392.    debugger. It costs from $625 to $4000 and requires 4-8mn RAM and a 386
  393.    processor.  Write to: Symbolics, 6 New England Tech Center, 
  394.    521 Virginia Road, Concord, MA 01742, call 1-800-394-5522 or 
  395.    508-287-1000 or fax 508-287-1099. 
  396.  
  397.    Top Level Common Lisp includes futures, a debugger, tracer, stepper,
  398.    foreign function interface and object inspector.  It runs on Unix
  399.    platforms, requiring 8mb RAM, and costs $687.  Write to: Top Level,
  400.    100 University Drive, Amherst, MA 01002, call (413) 549-4455, or fax
  401.    (413) 549-4910.
  402.  
  403.    Harlequin Lispworks runs on a variety of Unix platforms, including
  404.    Sun3/Sun4, Sparc, RS/6000, DEC/MIPS, DEC Alpha (OSF), Intergraph
  405.    C300 and C400, HP400, HP700, and Sparc clones. A cross compiler is
  406.    available that will produce run-time images that run on 386/486
  407.    DOS/Window 3.1 platforms. It is a full graphical Common Lisp
  408.    environment, with a fully implemented Prolog compiler and SQL interface.
  409.    Common Lisp: CLtL2 compatible, native CLOS/MOP, generational GC,
  410.         Fortran/C/C++ interface.
  411.    Environment : Prolog, Emacs-like editor/listener/shell, defadvice,
  412.         defsystem, cross-referencing, lightweight processes,
  413.         debugger, mail reader, extensible hypertext online doc, LALR
  414.         parser generator.
  415.    Browsers/graphers: files, objects, classes, generic functions,
  416.         source code systems, specials, compilation warnings.
  417.    Graphics: CLX, CLUE, Toolkit, CLIM, Open Look, Motif, interface
  418.         builder, program visualization.
  419.    Integrated Products: KnowledgeWorks (RETE engine)
  420.    Write to: Harlequin Inc. One Cambridge Center, Cambridge, MA 02142,
  421.    call 800-967-5749 (617-252-0052), fax 617-252-6505 or send email to
  422.    works@harlequin.com or sm@harlequin.com or lou@harlequin.com.
  423.    European customers should write to Harlequin Limited, Barrington Hall,
  424.    Barrington, Cambridge, CB2 5RG, call 0223-872-522 (or 44-223-872-522
  425.    outside UK), telex 818440 harlqn g, fax 0223-872-519, or send email
  426.    to ai@harlqn.co.uk or works@harlqn.co.uk ("harlqn" and "harlequin"
  427.    should be interchangeable). Further information on
  428.    Harlequin's Lisp products may be obtained by sending mail to
  429.    lispworks-request@harlequin.co.uk or lispworks-request@harlequin.com.
  430.  
  431.    Poplog Common Lisp is an integrated Lisp/Prolog environment with an
  432.    incremental compiler. It runs on a variety of platforms, including
  433.    Unix ($749), Sparc ($4500), Macintosh AUX ($749), and VAX/VMS
  434.    ($4500). There are no run-time fees. Write to: Computable Functions, Inc., 
  435.    35 South Orchard Drive, Amherst, MA 01002, call 413-253-7637, or fax
  436.    413-545-1249. 
  437.  
  438. Lisps which run on special-purpose hardware (Lisp Machines) include
  439.    o  Symbolics           1-800-394-5522 (508-287-1000)   fax 508-287-1099
  440.       6 New England Tech Center, 521 Virginia Road, Concord MA 01742
  441.       In Germany: Symbolics Systemhaus GmbH, Mergenthalerallee 77,
  442.          65760 Eschborn, (49) 6196-47220, fax (49) 6196-481116.
  443.    o  TI Explorers
  444.    o  Xerox Interlisp.    See Medley above.
  445.  
  446. ----------------------------------------------------------------
  447. Subject: [4-1a] Lisp to C translators
  448.  
  449. Lisp-to-C Translator translates Common Lisp into ANSI C, but requires
  450. that you specify when and where you'd like your garbage to be
  451. collected.  Works with Lucid, Symbolics, Allegro, Harlequin and MCL.
  452. It costs $12,000.  Write to: Chestnut Software, Inc., 2 Park Plaza,
  453. Suite 205, Boston, MA, 02116, call 617-542-9222, fax 617-542-9220, or
  454. e-mail Mr. Kenneth J. Koocher <ken@chestnut.com>.
  455.  
  456. Some Lisp compilers (AKCL, Ibuki) and Scheme compilers (Bigloo,
  457. Hobbit/SCM, Scheme->C) compile into C.
  458.  
  459. ----------------------------------------------------------------
  460. Subject: [4-2] Scheme Implementations
  461.  
  462. Scheme implementations are listed in the Scheme FAQ posting,
  463.  
  464. Free Scheme implementations include PC-Scheme, PCS/Geneva, MIT Scheme (aka
  465. C-Scheme), SCM, Hobbit, Gambit, T, Oaklisp, Elk, Scheme->C, SIOD
  466. (Scheme in One Defun), XScheme, Fools' Lisp, Scheme48, UMB Scheme,
  467. VSCM, Pixie Scheme, HELP (a lazy Scheme), Similix, FDU Scheme,
  468. PseudoScheme, Scheme84 and Scheme88.
  469.  
  470. Commercial Scheme implementations include Chez Scheme, MacScheme, and EdScheme.
  471.  
  472. Of the free Scheme implementations, the following are implemented in Lisp:  
  473.  
  474.    Peter Norvig's book "Paradigms of AI Programming" has a chapters about
  475.    Scheme interpreters and compilers, both written in Common Lisp. The
  476.    software from the book is available by anonymous ftp from
  477.    unix.sri.com:pub/norvig and on disk in Macintosh or DOS format from
  478.    the publisher, Morgan Kaufmann.  For more information, contact: Morgan
  479.    Kaufmann, Dept. P1, 2929 Campus Drive, Suite 260, San Mateo CA 94403,
  480.    or call Toll free tel: (800) 745-7323; FAX: (415) 578-0672
  481.  
  482.    PseudoScheme is available free by anonymous ftp from
  483.    altdorf.ai.mit.edu:/archive/pseudo/pseudo-2-8.tar.Z. It is Scheme
  484.    implemented on top of Common Lisp, and runs in Lucid, Symbolics CL,
  485.    VAX Lisp under VMS, and Explorer CL. It should be easy to port to
  486.    other Lisps. It was written by Jonathan Rees (jar@altdorf.ai.mit.edu,
  487.    jar@cs.cornell.edu). Send mail to info-clscheme-request@mc.lcs.mit.edu
  488.    to be put on a mailing list for announcements. Conforms to R3RS except
  489.    for lacking a correct implementation of call/cc. It works by running
  490.    the Scheme code through a preprocessor, which generates Common Lisp code.
  491.  
  492.    Scheme84 is in the public domain, and available by mail from Indiana
  493.    University. It runs on the VAX in Franz Lisp under either VMS or BSD Unix.
  494.    To receive a copy, send a tape and return postage to: Scheme84
  495.    Distribution, Nancy Garrett, c/o Dan Friedman, Department of Computer
  496.    Science, Indiana University, Bloomington, Indiana. Call 1-812-335-9770
  497.    or send mail to nlg@indiana.edu for more information.
  498.  
  499.    Scheme88 is available by anonymous ftp from rice.edu:public/scheme88.sh
  500.    and also from the Scheme Repository.
  501.  
  502. ----------------------------------------------------------------
  503. Subject: [4-4]   Free Implementations of Other Lisp Dialects
  504.  
  505.    PC LISP is a Lisp interpreter for IBM PCs (MSDOS) available from any
  506.    site that archives the group comp.binaries.ibm.pc, such as
  507.       wuarchive.wustl.edu:/mirrors/msdos/lisp/pclisp30.zip 
  508.    PC-LISP is a Franz LISP dialect and is by no means Common LISP
  509.    compatible. It is also available directly from the author by sending
  510.    2 blank UNFORMATTED 360K 48TPI IBM PC diskettes, a mailer and
  511.    postage to: Peter Ashwood-Smith, 8 Du Muguet, Hull, Quebec, CANADA,
  512.    J9A-2L8; phone 819-595-9032 (home). Source code is available from the
  513.    author for $15.
  514.  
  515.    Feel (Free and Eventually Eulisp) is an initial implementation of the
  516.    EuLisp language. It can be retrieved by anonymous FTP from
  517.    ftp.bath.ac.uk in the directory /pub/eulisp/ as the file
  518.    feel-0.75.tar.Z. feel-0.75.sun4.Z is the Sparc executable. The
  519.    EuLisp language definition is in the same directory.  Feel is also available
  520.    from gmdzi.gmd.de [129.26.8.90] in the /languages/lisp/eulisp directory.
  521.    It includes an integrated object system, a module system, and support
  522.    for parallelism. EuLisp is sort of like an extended Scheme.  The
  523.    program is a C-based interpreter, and a bytecode interpreter/compiler
  524.    will be available sometime soon.  The distribution includes an
  525.    interface to the PVM library, support for TCP/IP sockets, and
  526.    libraries for futures, Linda, and CSP.  Feel is known to run on Sun3,
  527.    Sun4, Stardent Titan, Alliant Concentrix 2800, Orion clippers, DEC
  528.    VAX, DECstation 3000, Gould UTX/32, and Inmos T800 transputer (using
  529.    CS-Tools). (All bar the last four have a threads mechanism.) It can
  530.    run in multi-process mode on the first three machines, and hopefully
  531.    any other SysV-like machine with shared memory primitives. Porting
  532.    Feel to new machines is reasonably straightforward. It now also runs
  533.    on MS-DOS machines.  Written by Pete Broadbery <pab@maths.bath.ac.uk>.
  534.  
  535. ----------------------------------------------------------------
  536. Subject: [4-5]   Commercial Implementations of Other Lisp Dialects
  537.  
  538.    Franz Lisp 2.0 runs on the Apple Macintosh, requiring 1mb RAM for the
  539.    interpreter ($99) and 2.5mb RAM for the compiler ($199).  Student prices
  540.    are $60 for the interpreter and $110 for the interpreter and compiler.
  541.    Includes editor and language reference manual. Complete sources are
  542.    available for $649. The ALJABR symbolic mathematics system costs $249.
  543.    Write to:  Fort Pond Research, 15 Fort Pond Road, Acton, MA 01720,
  544.    call 1-508-263-9692, or send mail to order@fpr.com.
  545.  
  546.    Le-Lisp includes a compiler, color and graphic output, a debugger, a
  547.    pretty printer, performance analysis tools, tracing, and incremental
  548.    execution. Le-Lisp currently runs on Unix, VMS, and Windows 3.1.  Note
  549.    that Le-Lisp is neither Common Lisp nor Scheme.  Le-Lisp was
  550.    originally developed in 1980 at Inria, the French national computer
  551.    science laboratory, by a team led by Jerome Chailloux for work on VLSI
  552.    design. It was based on several earlier Lisps in the MacLisp family,
  553.    but was not directly derived from MacLisp.  Le-Lisp enjoyed a large
  554.    success in the French academic world because it was small, fast, and
  555.    portable, being based on a abstract machine language called LLM3.  In
  556.    1983, for example, Le-Lisp ran on Z-80 machines running CP/M. In 1987,
  557.    Ilog was formed as an offshoot of Inria to commercialize and improve
  558.    Le-Lisp and several products which had been developed with it,
  559.    including a portable graphic interface system and an expert system
  560.    shell.  Since then, Ilog has continued to grow and expand the use of
  561.    Le-Lisp into industrial markets around the world.  Ilog is the largest
  562.    European Lisp vendor, and continues to develop new products and
  563.    markets for Lisp.  In 1992, Ilog released the next major version of
  564.    Le-Lisp, Le-Lisp version 16.  This version modernizes Le-Lisp for use
  565.    in the industrial world, adding lexical closures and
  566.    special-form-based semantics for static analysis, a new object system
  567.    based on the EuLisp object system (TELOS), an enhanced module system
  568.    for application production, a conservative GC for integration with C
  569.    and C++, and compilation to C for portability and efficiency on a wide
  570.    range of processors.  For pricing and other information, write to
  571.    ILOG, 2 Avenue Gallieni, BP 85, 94253 Gentilly Cedex, France, call
  572.    33-1-46-63-66-66, fax 33-1-46-63-15-82, or send email to Jerome
  573.    Chailloux (chaillou@ilog.fr).
  574.  
  575.    Clisp is a library of functions which extends the C programming
  576.    language to include some of the functionality of Lisp. Costs $349.
  577.    Write to Drasch Computer Software, 187 Slade Road, Ashford, CT 06278, 
  578.    or call or fax 203-429-3817.
  579.  
  580.    Two references in Dr. Dobb's journal on Lisp-style libraries for C
  581.    are: Douglas Chubb, "An Improved Lisp-Style Library for C", Dr. Dobb's
  582.    Jounral #192, September 1992, and Daniel Ozick, "A Lisp-Style Library
  583.    for C", Dr. Dobb's Journal #179:36-48, August 1991. Source is available by
  584.    ftp from various archives, including wuarchive.wustl.edu (MSDOSDDJMAG),
  585.    or ftp.mv.com:/pub/ddj, or the DDJ Forum on Compuserve.
  586.  
  587.  
  588. Other Lisps for PCs include: 
  589.  
  590.    o  UO-LISP from Calcode Systems, e-mail:calcode!marti@rand.org
  591.       It comes complete with compiler and interpreter, and is optimised for
  592.       large programs.  It is Standard LISP, not Common LISP. They are based
  593.       in Amoroso Place in Venice, CA. 
  594.  
  595.    o  LISP/88 v1.0. Gotten from Norell Data Systems, 3400 Wilshire Blvd,
  596.       Los Angeles, CA 90010, in 1983. They may or may not still exist. 
  597.  
  598.    o  IQLisp. Not a Common Lisp but still very good for PCs - you can
  599.       actually get a lot done in 640K.  The lisp itself runs in less than
  600.       128K and every cons cell takes only 6 bytes.  Unfortunately that
  601.       makes the 640K (maybe a little more, but certainly no more than 1M)
  602.       limit really hard. It has a byte code compiler which costs extra. 
  603.       This has support for all sorts of PC specific things.
  604.       It costs $175 w/o compiler, $275 with. 
  605.       Write to: Integral Quality, Box 31970, Seattle, WA 98103,
  606.       call Bob Rorschach, (206) 527-2918 or email rfr@franz.com. 
  607.  
  608. ----------------------------------------------------------------
  609. Subject: [4-6] What is Dylan?
  610.  
  611. Dylan is a new Object-Oriented Dynamic Language (OODL), based on
  612. Scheme, CLOS, and Smalltalk.  The purpose of the language is to retain
  613. the benefits of OODLs and also allow efficient application delivery.
  614. The design stressed keeping Dylan small and consistent, while allowing
  615. a high degree of expressiveness. Dylan is consistently object-oriented;
  616. it is not a procedural language with an object-oriented extension. A
  617. manual/specification for the language is available from Apple Computer.
  618. Send email to dylan-manual-request@cambridge.apple.com or write to
  619. Apple Computer, 1 Main Street, Cambridge, MA 02142.  Include your
  620. complete address and also a phone number (the phone number is
  621. especially important for anyone outside the US). Comments on Dylan can
  622. be sent to the internet mail address dylan-comments@cambridge.apple.com.
  623.  
  624. The mailing list info-dylan@cambridge.apple.com is for any and all
  625. discussions of Dylan, including language design issues, implementation
  626. issues, marketing issues, syntax issues, etc. The mailing list
  627. announce-dylan@cambridge.apple.com is for major announcements about
  628. Dylan, such as the availability of new implementations, new versions
  629. of the manual, etc.  This mailing list should be *much* lower volume
  630. than info-dylan.  Everything sent to this list is also sent to
  631. info-dylan.  The mailing list dylan-builders@cambridge.apple.com is
  632. for people who are working on Dylan implementations. (To be added to
  633. dylan-builders, send a note describing your implementation plans to
  634. dylan-builders-request.) The newsgroup comp.lang.dylan is
  635. gatewayed to the info-dylan mailing list. 
  636.  
  637. Send mail to the -request version of the list to be added to it.
  638. You can also send an email message to majordomo@cambridge.apple.com
  639. with "subscribe info-dylan" or "unsubscribe info-dylan" in the body,
  640. and likewise for the other lists, mutatis mutandis.
  641.  
  642. Apple hasn't announced plans to release Dylan as a product.  
  643.  
  644. The directory cambridge.apple.com:pub/dylan contains some documents
  645. pertaining to Dylan, including a FAQ list.
  646.  
  647. ========
  648.  
  649. Thomas is a compiler for a language that is compatible with the
  650. language described in the book "Dylan(TM) an object-oriented dynamic
  651. language" by Apple Computer Eastern Research and Technology, April
  652. 1992. Thomas was written at Digital Equipment Corporation's Cambridge
  653. Research Laboratory. Thomas is NOT Dylan(TM) and was built with no
  654. direct input, aid, assistance or discussion with Apple.
  655.  
  656. Thomas is available to the public by anonymous ftp at
  657.        crl.dec.com:pub/DEC/Thomas
  658.        gatekeeper.pa.dec.com:pub/DEC/Thomas
  659.        altdorf.ai.mit.edu:archive/Thomas
  660.  
  661. The Thomas system is written in Scheme and runs under MIT's CScheme,
  662. DEC's Scheme->C, and Marc Feeley's Gambit.  It can run on a wide range
  663. of machines including the Macintosh, PC compatibles, Vax, MIPS, Alpha,
  664. and 680x0.  Thomas generates IEEE compatible Scheme code.
  665.  
  666. A ready-made version of Thomas 1.1 interpreter built upon MacGambit
  667. 2.0 as a double-clickable Macintosh application is available by
  668. anonymous ftp from cambridge.apple.com:/pub/dylan/gambit/ as
  669. the file thomas-1.1-interp.hqx.
  670.  
  671. For discussion of Thomas, send a note to
  672.    info-thomas-request@crl.dec.com 
  673. to be added to the mailing list. 
  674.  
  675. DEC CRL's goals in building Thomas were to learn about Dylan by
  676. building an implementation, and to build a system they could use to
  677. write small Dylan programs. As such, Thomas has no optimizations of
  678. any kind and does not perform well. 
  679.  
  680. The original development team consisted of:
  681.           Matt Birkholz (Birkholz@crl.dec.com)
  682.           Jim Miller (JMiller@crl.dec.com)
  683.           Ron Weiss (RWeiss@crl.dec.com)
  684. In addition, Joel Bartlett (Bartlett@wrl.dec.com), Marc Feeley
  685. (Feeley@iro.umontreal.ca), Guillermo Rozas (Jinx@zurich.ai.mit.edu)
  686. and Ralph Swick (Swick@crl.dec.com) contributed time and energy to the
  687. initial release.
  688.  
  689. ================
  690.  
  691. Marlais is a simple interpreter for a language strongly resembling
  692. Dylan. It is available by anonymous ftp from
  693.    travis.csd.harris.com:/pub/ 
  694. Currently runs on i386 and i486 (OS/2 or Linux), IBM PC/RT, IBM
  695. RS/6000, HP9000/300, HP9000/700, DECstations (Ultrix), SGI (IRIX),
  696. Sony News, Apple Macintosh (A/UX), Sun3, Sun4, Vax (4.3bsd and
  697. ultrix), m88k (Harris Nighthawk running CX/UX), MIPS M/120, Sequent
  698. Symmetry, Encore Multimax.  Contact Brent Benson
  699. <brent@ssd.csd.harris.com> for more information.
  700.  
  701. ----------------------------------------------------------------
  702. Subject: [4-7] What is Pearl Common Lisp?
  703.  
  704. When Apple Computer acquired Coral Software in January 1989, they
  705. re-released Coral's Allegro Common Lisp and its optional modules as
  706. Macintosh Allegro Common Lisp (now just Macintosh Common Lisp).
  707. Coral's other product, Pearl Lisp, was discontinued at that time.
  708. Pearl Lisp provides a subset of the functionality of MACL 1.3 and is
  709. not even fully CLtL1-compatible (e.g., the implementation of defstruct is
  710. different).
  711.  
  712. Despite rumors to the contrary, Pearl Lisp is not and never was public
  713. domain. Nevertheless, Pearl Lisp and its documentation were placed in
  714. the "Moof:Goodies:Pearl Lisp" folder on the first pressing of "Phil
  715. and Dave's Excellent CD", the precursor to the current Apple
  716. Developer's CD-ROM series.  Apple removed Pearl from later versions of
  717. the developer CD-ROM distribution because of complaints from other
  718. Lisp vendors. If you own a copy of Pearl Lisp or a copy of this
  719. CD-ROM, you can make it runnable under System 7 with some slight
  720. modifications using ResEdit.  To repeat, Pearl Lisp is NOT public
  721. domain, so you must own a copy to use it.
  722.  
  723. To make it runnable, one needs to use ResEdit to make changes to the
  724. BNDL and FREF resources so that it will connect to its icons properly.
  725. This will make it respond to double-clicks in the normal manner and
  726. make it be properly linked to its files. Detailed instructions for
  727. modifying Pearl Lisp using ResEdit may be obtained from the Lisp
  728. Utilities Repository by anonymous ftp from ftp.cs.cmu.edu in the
  729. directory 
  730.      /afs/cs.cmu.edu/project/ai-repository/ai/lang/lisp/impl/pearl/ 
  731. as the file pearl-instructions.text.
  732.  
  733. After you've made the changes, it will run under System 7 on 68000s
  734. and 68030s if you turn off 32-bit addressing. It seems to bomb on a
  735. Quadra.
  736.  
  737. If you need a more powerful Lisp or one that is compatible with the
  738. standard for Common Lisp, consider purchasing Macintosh Common Lisp.
  739.  
  740. ----------------------------------------------------------------
  741. Subject: [4-9] What Lisp-related discussion groups and mailing lists exist?
  742.      
  743. Before posting to any discussion group, please read the rest
  744. of this FAQ, to make sure your question isn't already answered. 
  745.  
  746. Scheme-related mailing lists and newsgroups are listed in the Scheme
  747. FAQ, and AI-related mailing lists and newsgroups are listed in the AI FAQ.
  748.      
  749. First of all, there are several Lisp-related newsgroups:
  750.    comp.lang.lisp          General Lisp-related discussions.
  751.                            See below for archive information.
  752.    comp.lang.clos          Discussion related to CLOS, PCL, and
  753.                            object-oriented programming in Lisp.
  754.                            Gatewayed to commonloops@cis.ohio-state.edu.
  755.                            (or equivalently, comp.lang.clos@cis.ohio-state.edu)
  756.                            See below for info on the newsgroup's archives.
  757.    comp.lang.lisp.mcl      Discussions related to Macintosh
  758.                            Common Lisp. This newsgroup is gatewayed
  759.                            to the info-mcl@cambridge.apple.com
  760.                            mailing list and archived on cambridge.apple.com.
  761.    comp.lang.lisp.franz    Discussion of Franz Lisp, a dialect of Lisp.
  762.                            (Note: *not* Franz Inc's Allegro.)
  763.    comp.lang.lisp.x        Discussion of XLISP, a dialect of Lisp, and XScheme.
  764.    comp.sys.xerox          Discussions related to using Medley (name exists
  765.                            for historical reasons, and is likely to change
  766.                            soon). Gatewayed to the info-1100 mailing list.
  767.    comp.sys.ti.explorer       TI Explorers Lisp machines.
  768.    comp.windows.garnet     Garnet, a Lisp-based GUI.
  769.    comp.ai and subgroups   General AI-related dicusssion.
  770.  
  771.  
  772. The newsgroup comp.lang.lisp is archived on ftp.gmd.de by month, from
  773. 1989 onward in /usenet/comp.lang.lisp. Individual files are in rnews
  774. format. (They contain articles prefixed by a header line "#! rnews
  775. <nchars> archive" where <nchars> is the number of characters in the
  776. article following the header. That format is convenient for various
  777. news processing programs (e.g.  relaynews) and is rather easy to
  778. process from a lisp program too.)  A copy of the GMD archives for
  779. comp.lang.lisp is available on cambridge.apple.com:pub/comp.lang.lisp.
  780.  
  781.  
  782. We list several mailing lists below. In general, to be added to
  783. a mailing list, send mail to the "-request" version of the address.
  784. This avoids flooding the mailing list with annoying and trivial
  785. administrative requests. [To subscribe to info-mcl, info-dylan, or
  786. other mailing lists based at cambridge.apple.com, send a message to
  787. majordomo@cambridge.apple.com with "subscribe <list_name>" in the
  788. message body. Likewise use "unsubscribe <list_name>" to cancel your
  789. subscription and "help" to get help.]
  790.  
  791. General Lisp Mailing Lists:
  792.  
  793.    common-lisp@ai.sri.com          Technical discussion of Common Lisp.
  794.    lisp-utilities@cs.cmu.edu       Low volume moderated mailing list
  795.                    associated with the Lisp Utilities 
  796.                    Repository at CMU. (Also known as
  797.                                    cl-utilities@cs.cmu.edu)
  798.    lisp-faq@think.com              A mailing list concerning the contents
  799.                                    of this FAQ posting.
  800.  
  801. Particular Flavors of Lisp:
  802.  
  803.    info-mcl@cambridge.apple.com    Macintosh Common Lisp. Gatewayed
  804.                                    to the comp.lang.lisp.mcl newsgroup.
  805.    info-mcl-digest@cambridge.apple.com  Automatically generated digest format
  806.                        version of the info-mcl mailing list.
  807.  
  808.    cmucl-bugs@cs.cmu.edu           CMU Common Lisp bug reports
  809.  
  810.    slug@ai.sri.com                 Symbolics Lisp Users Group
  811.                    Archived on warbucks.ai.sri.com and 
  812.                                    ftp.ai.sri.com:/pub/slug.
  813.  
  814.    allegro-cl@ucbvax.berkeley.edu  Franz Allegro Common Lisp
  815.  
  816.    kcl@cli.com                     Kyoto Common Lisp 
  817.                                    Archived in ftp.cli.com:pub/kcl/kcl-mail-archive
  818.    kcl@rascal.ics.utexas.edu       Forwards to kcl@cli.com.
  819.  
  820.    lispworks@harlqn.co.uk          LispWorks
  821.  
  822.    clisp-list@ma2s2.mathematik.uni-karlsruhe.de   CLISP
  823.     To subscribe, send mail to listserv@ma2s2.mathematik.uni-karlsruhe.de
  824.     with "subscribe clisp-list <your full name>" in the message body.
  825.         Use "help" to get a help message back and "unsubscribe clisp-list"
  826.         to remove yourself from the list.
  827.  
  828.    info-ti-explorer@sumex-aim.stanford.edu  TI Explorer Lisp Machine
  829.    bug-ti-explorer@sumex-aim.stanford.edu  TI Explorer Lisp Machine
  830.  
  831.    info-1100@cis.ohio-state.edu    Xerox/Envos Lisp machine environment,
  832.                                    InterLisp-D, and Medley. Gatewayed to
  833.                                    the newsgroup comp.sys.xerox. Will be
  834.                                    moving to info-1100@anzus.com.
  835.  
  836.    franz-friends@berkeley.edu      The Franz Lisp Language.
  837.    franz-composers@berkeley.edu    Maintainers of Franz Lisp.
  838.  
  839. Lisp Windowing Systems:
  840.  
  841.    cl-windows@ai.sri.com           Common Lisp Window System Discussions.
  842.    bug-clx@expo.lcs.mit.edu        CLX (Common Lisp X Windows)
  843.    clim@bbn.com                    Common Lisp Interface Manager
  844.    clue-review@dsg.csc.ti.com      Common Lisp User-Interface Environment
  845.    express-windows@cs.cmu.edu      Express Windows
  846.    garnet-users@cs.cmu.edu         Garnet (send mail to garnet@cs.cmu.edu
  847.                                    or garnet-request@cs.cmu.edu to be added)
  848.    gina-users@gmdzi.gmd.de         GINA and CLM
  849.    lispworks@harlequin.co.uk       LispWorks 
  850.    winterp@netcom.com           WINTERP (OSF/Motif Widget INTERPreter)
  851.    yyonx@csrl.aoyama.ac.jp         YYonX
  852.  
  853. Lisp Object-Oriented Programming:
  854.    
  855.    CommonLoops@cis.ohio-state.edu  (same as comp.lang.clos@cis.ohio-state.edu)
  856.       Discussion related to CLOS, PCL, and object-oriented programming
  857.       in Lisp.  The name is in honor of the first freely-available
  858.       implementation of CLOS, Xerox PARC's Portable Common Loops, and
  859.       was originally the mailing list for discussing that
  860.       implementation.  Now gatewayed to the comp.lang.clos newsgroup.
  861.       The mailing list is archived on nervous.cis.ohio-state.edu in
  862.       the directory pub/lispusers/commonloops.  
  863.       The CLOS code repository is in pub/lispusers/clos.
  864.  
  865. Miscellaneous:
  866.  
  867.    stat-lisp-news-request@umnstat.stat.umn.edu     
  868.            Use of Lisp and Lisp-based systems in statistics. 
  869.    lisp-emacs-forum-request@ucbarpa.berkeley.edu
  870.            Franz Inc's GNU-Emacs/Lisp interface.
  871.    Lisp-Jobs@cis.ohio-state.edu
  872.     Job offers requiring a knowledge of Lisp. See [1-6].
  873.  
  874. Electronic Journals:
  875.  
  876.   Electronic Journal of Functional and Logic Programming (EJFLP)
  877.  
  878.      EJFLP is a refereed journal that will be distributed for free via e-mail.
  879.      The aim of EJFLP is to create a new medium for research investigating the
  880.      integration of the functional, logic and constraint programming paradigms.
  881.  
  882.      For instructions on submitting a paper, send an empty mail message with 
  883.     Subject: Help
  884.      to
  885.         submissions@ls5.informatik.uni-dortmund.de. 
  886.      You will receive an acknowledgment of your submission within a few hours.
  887.  
  888.      To subscribe to the journal, send an empty mail message to 
  889.          subscriptions@ls5.informatik.uni-dortmund.de
  890.      You will receive an acknowledgment of your subscription within
  891.      a few days. 
  892.  
  893.      If there are any problems with the mail-server, send mail to
  894.      ejflp.op@ls5.informatik.uni-dortmund.de. 
  895.  
  896.      The editorial board is: Rita Loogen (RWTH Aachen), Herbert Kuchen (RWTH
  897.      Aachen), Michael Hanus (MPI-Saarbruecken), Manuel MT Chakravarty (TU
  898.      Berlin), Martin Koehler (Imperial College London), Yike Guo (Imperial
  899.      College London), Mario Rodriguez-Artalejo (Univ. Madrid), Andy Krall
  900.      (TU Wien), Andy Mueck (LMU Muenchen), Tetsuo Ida (Univ. Tsukuba,
  901.      Japan), Hendrik C.R. Lock (IBM Heidelberg), Andreas Hallmann (Univ.
  902.      Dortmund), Peter Padawitz (Univ. Dortmund), Christoph Brzoska (Univ.
  903.      Karlsruhe).
  904.  
  905.      
  906. ----------------------------------------------------------------
  907. Subject: [4-10] ANSI Common Lisp -- 
  908.                 Where can I get a copy of the draft standard?
  909.  
  910. The draft proposed American National Standard for Common Lisp is under
  911. public review until November 23, 1992. 
  912.  
  913. Hard copies of the draft may be purchased from Global Engineering
  914. Documents, Inc., 2805 McGaw Avenue, Irvine, CA  92714, 1-800-854-7179,
  915. 714-261-1455 for a single copy price of $80 ($104 international).
  916. Copies of the TeX sources and Unix-compressed DVI files may be
  917. obtained by anonymous FTP from parcftp.xerox.com in the directory
  918. /pub/cl/document/*. The file Reviewer-Notes.text should be read before
  919. ftp'ing the other files.
  920.  
  921. There is no mechanism for submitting Public Review comments by e-mail.
  922. Comments on the draft must be submitted in hard copy format BOTH to X3
  923. Secretariat, Attn: Lynn Barra, 1250 Eye Street NW, Suite 200,
  924. Washington, DC 20005-3922 AND to American National Standards Institute,
  925. Attn: BSR Center, 11 West 42nd St. 13th Floor, New York, NY 10036.
  926.  
  927. The current ISO Lisp draft standard is available by anonymous FTP from 
  928. ma2s2.mathematik.uni-karlsruhe.de:/pub/lisp/islisp/islisp-84.dvi
  929. [129.13.115.2].
  930. ----------------------------------------------------------------
  931.  
  932. ;;; *EOF*
  933.  
  934.  
  935.