home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / RiscPc / programmation / scm4e2.arc / FAQs / SCMFAQ2 < prev   
Text File  |  1994-08-06  |  35KB  |  626 lines

  1. Newsgroups: comp.lang.scheme,comp.lang.lisp,news.answers,comp.answers
  2. Path: bloom-beacon.mit.edu!grapevine.lcs.mit.edu!olivea!spool.mu.edu!howland.reston.ans.net!europa.eng.gtefsd.com!MathWorks.Com!news2.near.net!das-news.harvard.edu!honeydew.srv.cs.cmu.edu!mkant
  3. From: mkant+@cs.cmu.edu (Mark Kantrowitz)
  4. Subject: FAQ: Scheme Implementations and Mailing Lists 2/2 [Monthly posting]
  5. Message-ID: <SCHEME_2_774082827@CS.CMU.EDU>
  6. Followup-To: poster
  7. Sender: news@cs.cmu.edu (Usenet News System)
  8. Supersedes: <SCHEME_2_771490829@CS.CMU.EDU>
  9. Nntp-Posting-Host: glinda.oz.cs.cmu.edu
  10. Reply-To: lisp-faq@think.com
  11. Organization: School of Computer Science, Carnegie Mellon
  12. References: <SCHEME_1_774082827@CS.CMU.EDU>
  13. Date: Wed, 13 Jul 1994 07:07:07 GMT
  14. Approved: news-answers-request@MIT.Edu
  15. Expires: Wed, 24 Aug 1994 07:00:27 GMT
  16. Lines: 607
  17. Xref: bloom-beacon.mit.edu comp.lang.scheme:4209 comp.lang.lisp:5289 news.answers:22379 comp.answers:6267
  18.  
  19. Archive-name: scheme-faq/part2
  20. Last-Modified: Tue Apr 12 23:15:10 1994 by Mark Kantrowitz
  21. Version: 1.12
  22.  
  23. ;;; ****************************************************************
  24. ;;; Answers to Frequently Asked Questions about Scheme *************
  25. ;;; ****************************************************************
  26. ;;; Written by Mark Kantrowitz and Barry Margolin
  27. ;;; scheme_2.faq -- 32435 bytes
  28.  
  29. This post contains part 2 of the Scheme FAQ.
  30.  
  31. If you think of questions that are appropriate for this FAQ, or would
  32. like to improve an answer, please send email to us at lisp-faq@think.com.
  33.  
  34. Topics Covered (Part 2):
  35.   [2-1]   Free Scheme implementations.
  36.   [2-2]   Commercial Scheme implementations.
  37.   [2-3]   What Scheme-related discussion groups and mailing lists exist?
  38.  
  39. Search for \[#\] to get to question number # quickly.
  40.  
  41. ----------------------------------------------------------------
  42. Subject: [2-1] Free Scheme implementations.
  43.  
  44. Repositories of Scheme source code are described in the answer to
  45. question [1-9].
  46.  
  47. Remember, when ftping compressed or compacted files (.Z, .z, .arc, .fit,
  48. etc.) to use binary mode for retrieving the files. 
  49.  
  50. Files that end with a .z suffix were compressed with the patent-free
  51. gzip (no relation to zip). Source for gzip is available from:
  52.    prep.ai.mit.edu:/pub/gnu/
  53. as the files gzip-1.2.3.shar, gzip-1.2.3.tar,or gzip-1.2.3.msdos.exe.
  54.  
  55. Repositories of Scheme implementations:
  56.  
  57.    Many free Scheme implementations are available from altdorf.ai.mit.edu
  58.    [18.43.0.246]. See also the Scheme Repository described below.
  59.  
  60.    The Scheme Repository contains a Scheme bibliography, copies of the
  61.    R4RS report, sample Scheme code for a variety of purposes, several
  62.    utilities, and most free implementations.  (Implementations of Scheme
  63.    available from the repository include elk, gambit, scm, fools, rabbit,
  64.    s48, scheme84, scheme88, pseudo, xscheme, umb-scheme, siod, vscm, and
  65.    pixiescheme.) The repository was established by Ozan S. Yigit and
  66.    is currently maintained by David Eby and John Zuckerman
  67.    <scheme-repository-request@cs.indiana.edu>. The repository is
  68.    accessible by anonymous ftp at 
  69.       ftp.cs.indiana.edu:/pub/scheme-repository/   [129.79.254.191]
  70.    The repository is mirrored in INRIA, courtesy of Christian Queinnec
  71.    [Ecole Polytechnique and INRIA-Rocquencourt], ftp.inria.fr:/lang/Scheme.
  72.    (See also [1-9].)
  73.  
  74. Scheme implementations:
  75.  
  76.    BIGLOO is a Scheme interpreter and compiler. It conforms to the
  77.    IEEE-Scheme standard (IEEE P1178) with some extensions, such as
  78.    regular expression parsing (RGC), a lexical analyzer generator, a full
  79.    foreign function interface, and a pattern matching compiler.  Bigloo
  80.    can also compile modules written in Caml (an ML dialect), letting you
  81.    mix Scheme, ML, and C.  Object-oriented programming is provided by
  82.    Meroon v3. The main goal of Bigloo is to deliver small and fast stand
  83.    alone applications.  Bigloo produces ANSI C and hence should be easy
  84.    to port. It runs on Sparc (1, 2, 10), SONY-NEWS (MIPS R3000), IRIS
  85.    Indigo (MIPS R3000), Sun 3/60, DecStation 3100, PC-486 (linux), and
  86.    HP-PA (730).  It is available by anonymous ftp from
  87.       ftp.inria.fr:/INRIA/Projects/icsla/Implementations/ [192.93.2.54]
  88.    as the files bigloo1.6.tar.gz and camloo0.0.tar.gz.
  89.    For further information, send email to Manuel.Serrano@inria.fr, or
  90.    write to Manuel Serrano (equipe ICSLA, Bat 8), INRIA-Rocquencourt, 
  91.    BP 105, 78153, Le Chesnay CEDEX, FRANCE, or call 39-63-57-32.
  92.  
  93.    Elk (Extension Language Kit) is a Scheme interpreter designed to be
  94.    used as a general extension language for applications written in C or
  95.    C++. Elk can also be used as a stand-alone implementation of the
  96.    Scheme programming language. It is mostly R4RS and P1178 conformant
  97.    (with the exception of the number system and a few minor details).  It
  98.    has interfaces to Xlib, Xt, and the Athena and OSF/Motif widget sets.
  99.    It includes dynamic incremental linking of C object files, an optional
  100.    foreign function interface, and a generational garbage collector (by
  101.    Marco Scheibe <mykee@cs.tu-berlin.de>). It can also dump an image of a
  102.    fully customized application into a new executable file. Elk is
  103.    available by anonymous ftp from 
  104.       tub.cs.tu-berlin.de:/pub/elk/
  105.    It is also available from the Scheme Repository in
  106.       ftp.cs.indiana.edu:/pub/scheme-repository/imp/
  107.    and in the X contrib directory on ftp.x.org (formerly export.lcs.mit.edu).
  108.    Runs on Unix, SunOs, and Ultrix based platforms, including VAX,
  109.    Sun3, Sun4 (Sparc), 680x0, 80386, MIPS, IBM RT, IBM RS/6000,
  110.    HP9000/700, SGI, and Sony NEWS. Implemented by Oliver Laumann
  111.    <net@cs.tu-berlin.de> and Carsten Bormann <cabo@cs.tu-berlin.de>.
  112.  
  113.    FDU Scheme is a R3RS implementation of Scheme for the Prime
  114.    50-series under Primos. It is available by anonymous ftp from
  115.    fdumad.fdu.edu [132.238.1.1] (username "anonymous", password
  116.    <RETURN>). Attach to the Scheme subdirectory (cd '*>scheme') and
  117.    transfer all files in it and its subdirectories using file type
  118.    binary.  For more information, contact Peter Falley,
  119.    <falley@fdumad.fdu.edu>.
  120.  
  121.    Fools' Lisp is a small Scheme interpreter that is R4RS conformant, and
  122.    is available by anonymous ftp from
  123.       scam.berkeley.edu:/pub/src/local/fools.1.3.2.tar.Z [128.32.138.1] 
  124.    Fools' Lisp runs on Sun3 and Sun4 (SunOs), DecStation 3100s, Vax
  125.    (Ultrix), Sequent, and Apollo. Implemented by Jonathan Lee
  126.    <jonathan@scam.berkeley.edu>. 
  127.  
  128.    Gambit is an optimizing Scheme compiler/system. It conforms to the
  129.    IEEE-Scheme standard (IEEE P1178) and the Revised^4 Report on Scheme
  130.    (R4RS). The system supports the whole numeric tower (i.e. integer,
  131.    rational, real and complex numbers). It also has several extensions to
  132.    the standards including: weak pairs, string ports, property lists,
  133.    futures, pretty printer, debugger, compiler and multitasking. Gambit
  134.    runs on M680x0 based machines only (including Sun3, Apollo,
  135.    HP9000/3xx, BBN GP1000 multiprocessor, Amiga, NeXT, and the Apple
  136.    Macintosh). The latest version for UNIX based machines (including the
  137.    Macintosh running A/UX) is release 1.9. The latest version for the Mac
  138.    running the normal System/Finder is MacGambit release 1.9.1. The
  139.    distribution contains the interpreter and optimizing native code
  140.    compiler and all the sources required to build the system (the sources
  141.    for MacGambit are for THINK-C 5.0). MacGambit's specific features
  142.    include: a Scheme interface to several Toolbox routines (mostly
  143.    QuickDraw), a drawing window for simple graphics, an online help
  144.    system containing R4RS and a Scheme oriented editor with an emacs
  145.    compatibility mode. Gambit Scheme is available by anonymous ftp from
  146.       ftp.iro.umontreal.ca:/pub/parallele/gambit/ [132.204.32.22]
  147.    Versions 1.7, 1.7.1, 1.8.2, 1.9.1 and 2.0 may be found in this
  148.    directory. Version 2.0 is in the files gambit20.tar.Z (Unix source),
  149.    macgambit-2.0-interpreter.hqx (MacGambit interpreter),
  150.    macgambit-2.0-sources1.hqx (sources needed to build the interpreter
  151.    using Think-C 5.0), and macgambit-2.0-sources2.hqx (Scheme source
  152.    files for runtime and compiler, and DEC's Thomas interpreter).
  153.    Copies may also be found in the Scheme Repository on
  154.    ftp.cs.indiana.edu:/pub/scheme-repository/imp/, but the most recent version
  155.    will always be available from ftp.iro.umontreal.ca. MacGambit may also be
  156.    obtained from the directory
  157.         /afs/umich.edu/group/itd/archive/mac/development/languages/
  158.    if your site runs the Andrew File System, or by anonymous ftp from
  159.    mac.archive.umich.edu. For more information about Gambit, send email
  160.    to gambit@trex.iro.umontreal.ca. Gambit Scheme was written by Marc
  161.    Feeley <feeley@iro.umontreal.ca>. Gambit for UNIX and MacGambit are
  162.    copyright 1992, Universite de Montreal. The programs may be
  163.    distributed to others as long as they are not sold or transferred for
  164.    compensation (other than a reasonable duplication fee).
  165.  
  166.    HELP (a lazy Scheme) is available by anonymous ftp from
  167.    sumex-aim.stanford.edu:/info-mac/lang/lazy-scheme.hqx.  Written by
  168.    Thomas Schiex (schiex@cert.fr, schiex@irit.fr). Help is a complete and
  169.    efficient Scheme-like functional lazy Lisp interpreter.  It works only
  170.    on 68020 (or more) based Macintoshes. It has a 'friendly' interface
  171.    (parenthesis matcher, auto-indent), uses a full call-by-need semantics
  172.    and includes many examples, including a symbolic compiler for the
  173.    680x0. Efficiency is good and lazyness is fully parametrizable (you
  174.    may turn Help into a strict Scheme-like language if you like). French
  175.    AND English updated docs are included in Word4 and plain text formats.
  176.  
  177.    LIBSCHEME is a C library implementing Scheme as described in R4RS.  It
  178.    is easily integrated into a C program as a command interpreter or
  179.    extension language, and is easily extended in C with new primitive
  180.    types, primitve functions and syntax.  It should be portable to most
  181.    machines with an ANSI C compiler. It is available by anonymous ftp
  182.    from 
  183.       ftp.cs.indiana.edu:/pub/scheme-repository/imp/
  184.    For more information, write to Brent Benson
  185.    <Brent.Benson@mail.csd.harris.com>.
  186.  
  187.    MIT Scheme (aka C-Scheme), is available free by anonymous FTP from
  188.       martigny.ai.mit.edu:/archive/scheme-7.3 [18.43.0.152]
  189.    Version 7.3 is a beta version and runs on DEC Alpha, DECStation
  190.    (MIPS), HP 9000 300/400/700, IBM RS-6000, Intel i386/i486 (DOS, NT,
  191.    Windows 3.1, or Linux), NeXT (NeXTOS 2 or 3), SGI (MIPS), Sony NEWS
  192.    (MIPS), Sun3 (SunOS 4.1) and Sun4 (SunOS 4.1).  Bugs should be
  193.    reported to bug-cscheme@martigny.ai.mit.edu (for the DOS version, send
  194.    bug reports to bug-cscheme-dos@martigny.ai.mit.edu).  MIT Scheme
  195.    includes Edwin (Scheme's Emacs-like editor) and Liar (the Scheme
  196.    compiler). Does not have a convenient foreign function interface yet.
  197.    FTP distribution includes MIT C-Scheme Reference and User manuals, as
  198.    well as the Revised^4 Report on Scheme. Discussion occurs on the
  199.    newsgroup comp.lang.scheme.c. For DOS floppy distribution requests
  200.    (includes printed copies of manuals), send $95.00 (payable in U.S.
  201.    funds to "Scheme Distribution") to cover costs of distribution to
  202.    Scheme Distribution, c/o Prof. Hal Abelson, 545 Technology Sq. rm 410,
  203.    Cambridge MA 02139, USA.
  204.    |
  205.    On the NeXT, MIT Scheme is available as part of the Schematik
  206.    package, which provides an editor/front-end user interface,
  207.    graphics, and "robotics" support for Lego and the like.  Schematik is
  208.    free and is available for anonymous ftp from 
  209.       ftp.gac.edu:/pub/next/scheme/
  210.    Europeans can get it more locally from
  211.       ftp.informatik.uni-muenchen.de:/pub/next/ProgLang/
  212.    start with Schematik-1.1.5.1.README .  Schematik is also apparently
  213.    included on NeXT's "Educational Software Sampler" CD-ROM.
  214.    |
  215.    A preliminary unofficial port of C-Scheme to the Linux is available 
  216.    from artemide.dei.unipd.it:/linux/scheme-7.2/. Contact the author
  217.    Matteo Frigo <Matteo.Frigo@dei.unipd.it> for more information. 
  218.  
  219.    Oaklisp is an seamless integration of Scheme with an object-oriented
  220.    substrate. Available by anonymous ftp from 
  221.       f.gp.cs.cmu.edu:/usr/bap/oak/ftpable/ [128.2.250.164]
  222.    or from
  223.       ftp.cs.cmu.edu:/afs/cs.cmu.edu/user/bap/oak/ftpable/
  224.    and includes reference and implementation manuals. Written by Barak
  225.    Pearlmutter <bap@cse.ogi.edu> and Kevin Lang <kevin@research.nj.nec.com>.
  226.  
  227.    PC-Scheme (aka PCScheme, PC Scheme) is an implementation of Scheme
  228.    originally written by Texas Instruments. TI made a version of the
  229.    source code freely distributable in 1987. TI stopped supporting
  230.    the code, and some researchers at the University of Geneva produced
  231.    a cleaned-up version (see PCS/Geneva below). On July 13, 1992, Ibuki
  232.    announced that it had purchased the rights to PC Scheme from TI.
  233.    Please see the Ibuki PC Scheme entry in [2-2]. If you want a
  234.    high-quality and supported implementation of PC Scheme, buy the
  235.    Ibuki implementation. It is certainly inexpensive enough. Now TI
  236.    PC-Scheme is available by anonymous ftp from 
  237.       altdorf.ai.mit.edu:/archive/pc-scheme/
  238.    and runs on MS-DOS 286/386 IBM PCs and compatibles. Version 3.3 
  239.    should run on the 486, but no guarantees. Version 3.3 is the last
  240.    free version. TI PC-Scheme conforms to the Revised^3 Report on Scheme.
  241.    It includes an optimizing compiler, an emacs-like editor, inspector,
  242.    debugger, performance testing, foreign function interface, window
  243.    system and an object-oriented subsystem. It also supports the dialect
  244.    used in Abelson and Sussman's SICP.
  245.  
  246.    PCS/Geneva is a cleaned-up version of Texas Instrument's PC Scheme
  247.    developed at the University of Geneva. The main extensions to PC
  248.    Scheme are 486 support, BGI graphics, LIM-EMS pagination support, line
  249.    editing, mouse support, assembly-level interfacing, and several
  250.    powerful Scheme-oriented editors. (TI's PC Scheme gives users full
  251.    Revised^3 support along with many primitives for DOS, Graphics and
  252.    Text Windows. A powerful built-in optimizing compiler produces fast
  253.    code.) PCS/Geneva 4.02PL1 has been tested on XTs, ATs, AT386s and
  254.    AT486s under various DOS and OS/2 versions. It even runs on
  255.    Hewlett-Packard's HP95LX. It also runs on Suns with a DOS emulator.
  256.    PCS/Geneva is available free by anonymous ftp from
  257.       cui.unige.ch:/PUBLIC/pcs/ [129.194.70.1]
  258.    as the files pcscheme.doc, pcscheme.exe, pcscheme.fil and pcscheme.taz
  259.    or by email (uuencoded) from schemege@cui.unige.ch. If you ftp
  260.    PCS/Geneva, please send mail to schemege@cui.unige.ch; the authors
  261.    like to know their public and will inform you when a new release is
  262.    available. This is also the email address for bug reports or if you
  263.    need any kind of help. This product may be distributed freely and
  264.    used without restrictions except for military purposes.
  265.    (PCS/Geneva was developed by Larry Bartholdi <lbartho@cui.unige.ch>
  266.    and Marc Vuilleumier <mvuilleu@cui.unige.ch>.)
  267.  
  268.    Pixie Scheme for the Macintosh is a nearly complete implementation of
  269.    R3RS available by anonymous ftp from
  270.    rascal.ics.utexas.edu:/misc/mac/programming/ 
  271.      Pixie.Goodies.SIT.bin
  272.      Pixie.NoFPP.world.SIT.bin
  273.      Pixie.world.SIT.bin
  274.      PixieScheme.NoFPP.SIT.bin  ; for macs without floating-point coprocessor
  275.      PixieScheme.SIT.bin        ; for macs with FPP
  276.      Pixie_Scheme_Help.SIT.bin
  277.      Pixie_intro
  278.    Written by Jay Reynolds Freeman <freeman@MasPar.COM>, P. O. Box 60628,
  279.    Palo Alto, CA, 94306-0628. A copy may also be obtained from
  280.      /afs/umich.edu/group/itd/archive/mac/development/languages 
  281.    as the file pixiescheme.cpt.hqx if your site runs the Andrew File System,
  282.    or by anonymous ftp from mac.archive.umich.edu.
  283.  
  284.    Scheme->C is an R4RS compliant Scheme system that is centered around
  285.    a compiler that compiles Scheme to C.  Besides the base language,
  286.    the system includes "expansion passing style" macros, a foreign function
  287.    call capability, records, weak pointers, 3 X11 interfaces, call/cc, and a
  288.    generational, conservative, copying garbage collector. The result is a
  289.    system that is portable, efficient, and able to build applications that
  290.    contain a mix of compiled and interpreted Scheme, and compiled code
  291.    from C, C++ and other languages.  The current release of Scheme->C runs
  292.    on the following systems: Digital Alpha AXP systems with OSF/1, MIPS
  293.    based DECstations, VAXen with ULTRIX, MIPS based SGI systems, PC's 
  294.    running Microsoft Windows 3.1, Apple Macintosh's running system 7.1,
  295.    HP 9000/300, HP 9000/700, Sony News, Harris Nighthawk and other m88k
  296.    systems, linux, and Sun SPARC.  Earlier releases also run on Sun3,
  297.    DNx500, DN1000, 386's running Unix, DNx500, and DN1000 systems.  The
  298.    software is available for anonymous ftp from 
  299.       gatekeeper.dec.com:/pub/DEC/Scheme-to-C/ [16.1.0.2]
  300.    There are three interfaces to X11, all written in Scheme, available
  301.    from gatekeeper. The first is a complete set of stubs to Xlib included
  302.    in the base system.  The second is an alternative to Xlib called SCIX,
  303.    found in 
  304.       gatekeeper.dec.com:/pub/X11/contrib/
  305.    The third, ezd, allows programs to easily
  306.    produce interactive, structured graphics and is found in 
  307.       gatekeeper.dec.com:/pub/DEC/ezd/
  308.    Those without ftp access can also obtain Scheme->C and ezd from the
  309.    Prime Time Freeware CD, Vol. 1, No. 2.  Additional information is
  310.    available from the author at Digital Equipment Corporation's Western
  311.    Research Lab: Joel Bartlett, bartlett@decwrl.dec.com.
  312.  
  313.    Scheme 48 is a Scheme implementation based on a virtual machine
  314.    architecture. Scheme 48 is designed to be straightforward, flexible,
  315.    reliable, and fast. It should be easily portable to 32-bit
  316.    byte-addressed machines that have POSIX and ANSI C support.
  317.    In addition to the usual Scheme built-in procedures and a development
  318.    environment, library software includes support for hygienic macros (as
  319.    described in the Revised^4 Scheme report), multitasking, records,
  320.    exception handling, hash tables, arrays, weak pointers, and FORMAT.
  321.    Scheme 48 implements and exploits an experimental module system
  322.    loosely derived from Standard ML and Scheme Xerox.  The development
  323.    environment supports interactive changes to modules and interfaces.
  324.    A beta release of Scheme 48 is available by anonymous ftp from
  325.       ftp.cs.indiana.edu:/pub/scheme-repository/imp/scheme48-0.36.tar.Z
  326.       martigny.ai.mit.edu:/archive/s48/scheme48-0.36.tar.gz
  327.       ftp.cs.cmu.edu:/user/ai/lang/scheme/impl/s48/scheme48.tar.gz
  328.    For more information, contact Richard Kelsey and Jonathan Rees
  329.    at <scheme-48-request@martigny.ai.mit.edu>.
  330.  
  331.    SCM, free by anonymous ftp from 
  332.       altdorf.ai.mit.edu:/archive/scm/
  333.       prep.ai.mit.edu:/pub/gnu/jacal/
  334.       ftp.cs.indiana.edu:/pub/scheme-repository/new/
  335.       ftp.maths.tcd.ie:/pub/bosullvn/jacal/
  336.    Current version 4e1. Runs on Amiga, Atari-ST, MacOS, MS-DOS, OS/2,
  337.    NOS/VE, VMS, Unix and similar systems. SCM conforms to the Revised^4
  338.    Report on the Algorithmic Language Scheme and the IEEE P1178
  339.    specification. Scm is written in C.  ASCII and EBCDIC are supported.
  340.    Written by Aubrey Jaffer.
  341.       To receive an IBM PC floppy disk with the source files and MSDOS
  342.    and i386 executables send $99 to Aubrey Jaffer, 84 Pleasant Street,
  343.    Wakefield MA 01880, <jaffer@zurich.ai.mit.edu>. 
  344.       SLIB (Standard Scheme Library) is a portable Scheme library
  345.    which is intended to provide compatability and utility functions for
  346.    all standard Scheme implementations, including SCM, Chez, Elk,
  347.    Gambit, MacScheme, MITScheme, scheme->C, Scheme48, T3.1, and VSCM, and is
  348.    available as the file slib2a0.tar.gz. Written by Aubrey Jaffer.
  349.       JACAL is a symbolic math system written in Scheme, and is
  350.    available as the file jacal1a4.tar.gz. 
  351.       SCMCONFIG contains additional files for the SCM distribution to build
  352.    SCM on Unix machines using GNU autoconf.
  353.       SLIB-PSD is a portable debugger for Scheme (requires emacs editor).
  354.       TURTLSCM is a turtle graphics package which works with SCM on MSDOS
  355.    or X11 machines. Written by Mkinen Sami <sjm@cc.tut.fi> and Jarkko
  356.    Leppanen <jtl@cc.tut.fi>, it is available as the file turtlegr.tar.Z.
  357.    (Also available from modeemi.cs.tut.fi:/pub/scm/ as turtlegr.tar.gz,
  358.    along with an already-compiled MSDOS binary of scm with turtlegraphics
  359.    and slib in scm4c0_b.zip.)
  360.       XSCM is an X Windows interface to Xlib and the Motif and
  361.    OpenLook toolkits for the SCM interpreter. It requires scm4a10 or
  362.    later. It should be available at any archive of alt.sources, or on
  363.    altdorf, prep and indiana as the file xscm1.05.tar.Z.
  364.    Contact campbell@redsox.bsw.com for more information.
  365.       SMG-SCM is a package that adds VMS SMG screen management routines
  366.    to SCM. It is available from altdorf, prep and indiana as the file
  367.    sgm-scm2a1.zip. (A VMS version of Unzip is available by anonymous
  368.    FTP from ftp.spc.edu:[ANONYMOUS.MACRO32]UNZIP.EXE.) This file
  369.    contains the source code, documentation, and example code. Send
  370.    comments and bugs to T. Kurt Bond, <tkb@mtnet2.wvnet.edu> (preferred)
  371.    or <Kurt.Bond@launchpad.unc.edu>.
  372.       WB is a disk based, sorted associative array C library (database). These
  373.    associative arrays consist of variable length (less that 256 bytes)
  374.    keys and values.  WB comes with an interface to SCM. Basic
  375.    operations are creation, destruction, opening and closing of 
  376.    diskfiles and arrays, insertion, deletion, retrieval, successor, and
  377.    predecessor (with respect to dictionary order of keys).  Functional
  378.    application of find-next, deletion, and modification over a range of
  379.    consecutive key values is supported. Multiple associative arrays
  380.    can be stored in one disk file. Simultaneous access to multiple
  381.    disk files is supported.  A structure checker, garbage collector
  382.    are included.  A repair program and ram-disk type file (for
  383.    temporary structures) are in developement. The current WB
  384.    implementation has a file size limit of 2^32 * block size (default
  385.    2048) = 2^43 bytes (8796 Gbytes). WB does its own memory and disk
  386.    management. WB is available on altdorf, prep, and indiana as wb1a1.tar.z.
  387.  
  388.       A Windows version of Scheme called WinScm is forthcoming from
  389.    Vincent Manis of Langara College of BC, Canada. 
  390.  
  391.       Hobbit is a Scheme-to-C compiler that works with the SCM Scheme
  392.    interpreter. It treats SCM as a C library and integrates compiled
  393.    functions into SCM as new primitives. Hobbit release 2 works with SCM
  394.    release 4b4. Future releases of SCM and Hobbit will be coordinated.
  395.    Hobbit imposes strong restrictions on the higher-order features of
  396.    Scheme. For example, it does not support continuations.  The main aim
  397.    of hobbit is to produce maximally fast C programs which would retain
  398.    most of the original Scheme program structure, making the output C
  399.    program readable and modifiable. Hobbit is written in Scheme and is
  400.    able to self-compile. Hobbit can be obtained via anonymous ftp from
  401.       altdorf.ai.mit.edu:/archive/scm/hobbit2.tar.Z
  402.       prep.ai.mit.edu:/pub/gnu/jacal/hobbit2.tar.Z
  403.       ftp.cs.indiana.edu:/pub/scheme-repository/new/hobbit2.tar.Z
  404.    For further information, contact the author, Tanel Tammet, at
  405.    <tammet@cs.chalmers.se> or at Tanel Tammet, Department of Computer
  406.    Sciences, Chalmers University of Technology, S-41296 Go"teborg, Sweden.
  407.  
  408.    Similix is a Self-Applicable Partial Evaluator for a Subset of Scheme.
  409.    Written by Anders Bondorf, Olivier Danvy, and Jesper J{\o}rgensen. It
  410.    is available by anonymous ftp from 
  411.       ftp.cs.indiana.edu:/pub/scheme-repository/imp/ 
  412.    as similix.tar.Z or from ftp.diku.dk:/pub/diku/dists/Similix.tar.Z. For 
  413.    more information, contact Anders Bondorf, DIKU, Department of Computer
  414.    Science, University of Copenhagen, Universitetsparken 1, DK-2100
  415.    Copenhagen, Denmark, or send email to anders@diku.dk. Similix conforms
  416.    to the IEEE and R4RS standards, but also runs under R3RS Scheme. It
  417.    runs in SCM, Chez Scheme and T3.1.
  418.  
  419.    SIOD (Scheme in One Defun), free by anonymous ftp from 
  420.         ftp.cs.indiana.edu:/pub/scheme-repository/imp/siod-v3.0-shar
  421.         ftp.std.com:/pub/gjc/siod-3.0-shar
  422.    or in any comp.sources.unix archive.  Runs on VAX/VMS, VAX UNIX, Sun3,
  423.    Sun4, Amiga, Macintosh, MIPS, Cray, Windows NT/WIN32.  Small scheme
  424.    implementation in C arranged as a set of subroutines that can be
  425.    called from any main program for the purpose of introducing an
  426.    interpreted extension language.  Compiles to ~42K bytes of
  427.    executable.  Lisp calls C and C calls Lisp transparently. Version
  428.    3.0 includes support for manipulation of Oracle and Digital RDB
  429.    relational databases (SQL interface). 
  430.    Written by George Carrette <gjc@paradigm.com> or <gjc@world.std.com>.
  431.  
  432.    STk is a R4RS Scheme interpreter which can access the Tk graphical
  433.    package. All of the commands defined by the Tk toolkit are available
  434.    to the STk interpreter, and Tk variables are reflected back into
  435.    Scheme as Scheme variables. Callback is expressed in Scheme. Includes
  436.    a CLOS-like OO extension called STklos, which provides multiple
  437.    inheritance, generic functions, multi methods, and a true meta-object
  438.    protocol.  A set of classes have been defined to manipulate Tk
  439.    commands (menu, buttons, scales, canvas, canvas items) as Scheme
  440.    objects. STk runs on Sparc (SUNOS 4.1.x), Dec 5xxx (Ultrix 4.2), SGI
  441.    (Irix 4.05, 5.1.1), DEC Alpha, and Linux 1.0. STk is available by
  442.    anonymous ftp from
  443.       kaolin.unice.fr:/pub/STk-2.1.tar.gz [193.48.229.225]
  444.    Please send bug reports, comments, and questions to Erick Gallesio,
  445.    <eg@unice.fr>, Universite de Nice - Sophia Antipolis, ESSI - I3S
  446.    Route des colles, BP 145, 06903 Sophia Antipolis CEDEX, FRANCE,
  447.    phone (33) 92-96-51-53, fax (33) 92-96-51-55.
  448.    To subscribe to the mailing list, send a message with 
  449.       subscribe
  450.    in the Subject field to stk-request@kaolin.unice.fr.
  451.  
  452.    T3.1 is a Scheme-like language developed at Yale. Available by
  453.    anonymous ftp from 
  454.        ftp.ai.mit.edu:/pub/systems/t3.1/
  455.    T may be obtained in Europe from 
  456.        nic.funet.fi:/pub/unix/languages/scheme/t3.1/
  457.        ftp.diku.dk:/pub/t3.1/
  458.    Runs on DecStations (MIPS processor) and SGI Iris, Sun4
  459.    (SPARC), Sun3, Vax/Unix. Includes a copy of the online version of the
  460.    T manual and release notes for T3.0 and T3.1. All implementations
  461.    include a foreign function (C) interface. To be informed of fixes, new
  462.    releases, etc., send your email address to t-project@cs.yale.edu. Bug
  463.    reports should go to t3-bugs@cs.yale.edu. A multiprocessing version of
  464.    T (for Encore Multimax) is available from masala.lcs.mit.edu:/pub/mult.
  465.    [The sources were last modified November 22, 1991.]
  466.  
  467.    UMB Scheme is a R4RS Scheme available by anonymous ftp from
  468.    ftp.cs.umb.edu:/pub/scheme/umb-scheme-2.10.tar.Z and also in the Scheme
  469.    Repository. It includes a simple editor, debugger, Written by William
  470.    Campbell, University of Massachusetts at Boston, bill@cs.umb.edu.
  471.  
  472.    VSCM is a R4RS Scheme available by anonymous ftp from the Scheme Repository,
  473.      ftp.cs.indiana.edu:/pub/scheme-repository/imp/vscmV0r2.tar.Z [130.63.9.66]
  474.    Written by Matthias Blume, <blume@cs.princeton.edu>. The
  475.    implementation is based on a virtual machine design with heavy support
  476.    for most of the sophisticated features of Scheme. The virtual machine
  477.    is written in ANSI-C to aid in its portability. The bytecode compiler
  478.    is written in Scheme itself. Documentation of VSCM is also available as
  479.       http://www.cs.princeton.edu/grad/Matthias_Blume/vscm.html
  480.  
  481.    XScheme is available free by anonymous ftp from 
  482.       ftp.uu.net:/MSDOS/languages/X-scheme
  483.       ftp.uu.net:/amiga-sources/xscheme.20.zoo
  484.    It includes an object system and is R3RS compliant.
  485.    It was written by David Michael Betz, 167 Villa Avenue #11, Los Gatos,
  486.    CA 95032, 408-354-9303 (H), 408-862-6325 (W), dbetz@apple.com.
  487.    XScheme is discussed in the newsgroup comp.lang.lisp.x.  It may also
  488.    be found in the Scheme Repository.
  489.  
  490. Free Scheme Implementations implemented in Lisp:  
  491.  
  492.    Peter Norvig's book "Paradigms of AI Programming" has a chapters about
  493.    Scheme interpreters and compilers, both written in Common Lisp. The
  494.    software from the book is available by anonymous ftp from
  495.    unix.sri.com:/pub/norvig and on disk in Macintosh or DOS format from
  496.    the publisher, Morgan Kaufmann.  For more information, contact: Morgan
  497.    Kaufmann, Dept. P1, 2929 Campus Drive, Suite 260, San Mateo CA 94403,
  498.    or call Toll free tel: (800) 745-7323; FAX: (415) 578-0672
  499.  
  500.    PseudoScheme is available free by anonymous ftp from
  501.       ftp.cs.cornell.edu:/pub/jar/pseudo-2-9.tar.gz
  502.       altdorf.ai.mit.edu:/archive/pseudo/pseudo-2-8.tar.Z
  503.    It is Scheme implemented on top of Common Lisp, and runs in Lucid,
  504.    Symbolics CL, VAX Lisp under VMS, and Explorer CL. It should be
  505.    easy to port to other Lisps. It was written by Jonathan Rees
  506.    (jar@altdorf.ai.mit.edu, jar@cs.cornell.edu). Send mail to
  507.    info-clscheme-request@mc.lcs.mit.edu to be put on a mailing list
  508.    for announcements. Conforms to R4RS except for lacking a correct
  509.    implementation of call/cc. It works by running the Scheme code
  510.    through a preprocessor, which generates Common Lisp code. 
  511.  
  512.    Scheme84 is in the public domain, and available by mail from Indiana
  513.    University. It runs on the VAX in Franz Lisp under either VMS or BSD Unix.
  514.    To receive a copy, send a tape and return postage to: Scheme84
  515.    Distribution, Nancy Garrett, c/o Dan Friedman, Department of Computer
  516.    Science, Indiana University, Bloomington, Indiana. Call 1-812-335-9770
  517.    or send mail to nlg@indiana.edu for more information.
  518.  
  519.    Scheme88 is available by anonymous ftp from rice.edu:/public/scheme88.sh
  520.    and also from the Scheme Repository.
  521.  
  522. ----------------------------------------------------------------
  523. Subject: [2-2] Commercial Scheme implementations.
  524.  
  525.    Chez Scheme is fully compatible with the IEEE and R4RS standards for the
  526.    Scheme programming language and includes an incremental compiler, object
  527.    inspector, multitasking with engines, and a foreign function interface. It
  528.    runs on Sparc and Sun3 (SunOs), Vax and DecStation (Ultrix), NeXT, Silicon
  529.    Graphics, and Motorola Delta 88000, costs approximately $2000 and requires
  530.    4-8mb RAM.  Implemented by Kent Dybvig, Robert Hieb, and Carl Bruggeman.
  531.    Write to: Cadence Research Systems, 620 Park Ridge Road, Bloomington, IN
  532.    47408, call (812) 333-9269, or fax (812) 332-4688. 
  533.    email: dyb@cs.indiana.edu or dyb@cadence.bloomington.in.us
  534.  
  535.    EdScheme runs on Macintosh, DOS and Atari ST and costs $50.  It
  536.    includes an incremental compiler, editor, and turtle graphics
  537.    interface, and is a close match to the IEEE standard. Implemented by
  538.    Iain Ferguson, Edward Martin, and Burt Kaufman.  The book (The
  539.    Schemer's Guide) is 328 pages long costs $30.  Write to: Schemers
  540.    Inc., 2136 NE 68th Street, Suite 401, Fort Lauderdale, FL 33308, call
  541.    (305) 776-7376, or fax (305) 776-6174. You can also send email to
  542.    71020.1774@compuserve.com.  They also offer an Archimedes (Acorn)
  543.    platform which is only available through their European distributor,
  544.    Lambda Publications, who is reachable by phone at 44-793-695296 or by
  545.    EMail on 100015.1465@compuserve.com.
  546.  
  547.    Ibuki PC Scheme 5.01 is a modern, up-to-date implementation of TI
  548.    PC-Scheme (see [2-1]). Ibuki purchased the rights to TI PC Scheme
  549.    on July 13, 1992. Ibuki PC Scheme runs under DOS on all IBM
  550.    compatible PCs, including 486s, and can use up to 4mb of extended
  551.    memory. It will also run under Windows 3.1. For more information,
  552.    contact IBUKI, 340 Second Street, PO Box 1627, Los Altos, CA 94022,
  553.    phone (415) 961-4996, fax (415) 961-8016, email Richar Weyhrauch
  554.    <rww@ibuki.com>. Ibuki has a special pricing program for schools
  555.    teaching Scheme in courses. 
  556.  
  557.    MacScheme is a Scheme interpreter and compiler for the Apple Macintosh, and
  558.    includes an editor, debugger and object system.  MacScheme costs $125
  559.    (includes compiler) and Scheme Express costs $70 (interpreter only). It
  560.    requires 1mb RAM. A development environment (MacScheme+Toolsmith) costs
  561.    $495. Conforms to the Revised^4 Report on the Algorithmic Language Scheme.
  562.    MacScheme+Toolsmith includes support for menus, windows, and interfaces to
  563.    the Macintosh Toolbox, and can create small standalone Macintosh
  564.    executables. Implemented by Will Clinger, John Ulrich, Liz Heller and Eric
  565.    Ost.  Write to: Lightship Software, PO Box 1636, Beaverton, OR 97075, or
  566.    call (503) 292-8765. They're moving to California. The temporary phone
  567.    number is 415-940-4008 (Liz Heller). The new phone number will be
  568.    415-694-7799. MacScheme is distributed by ACS, 2015 East 3300
  569.    South, Salt Lake City, UT 84109-2630, 1-800-531-3227 (801-484-3923).
  570.  
  571. ----------------------------------------------------------------
  572. Subject: [2-3] What Scheme-related discussion groups and mailing lists exist?
  573.      
  574. Before posting to any discussion group, please read the rest
  575. of this FAQ, to make sure your question isn't already answered.
  576.  
  577. See the Lisp FAQ for a list of Lisp-related discussion groups and
  578. mailing lists. We list here only those newsgroups and mailing lists
  579. directly associated with Scheme.
  580.  
  581. Newsgroups:
  582.  
  583.    comp.lang.scheme        General Scheme-related discussion.
  584.                            This newsgroup is available in digest
  585.                            fromat as part of the Scheme Digest
  586.                            scheme@mc.lcs.mit.edu.
  587.    comp.lang.scheme.c      Discussion of C-Scheme, a scheme dialect.
  588.                            This newsgroup is gatewayed to the
  589.                            info-cscheme@zurich.ai.mit.edu mailing list.
  590.    comp.lang.lisp.x        Discussion of XLISP, a dialect of Lisp, and XScheme.
  591.    comp.lang.dylan         Discussion of Dylan (see [4-6]), Apple's
  592.                            new Scheme-like programming language. Gatewayed to
  593.                            info-dylan@cambridge.apple.com. 
  594.  
  595. We list several mailing lists below. In general, to be added to
  596. a mailing list, send mail to the "-request" version of the address.
  597. This avoids flooding the mailing list with annoying and trivial
  598. administrative requests. [To subscribe to info-mcl, info-dylan, or
  599. other mailing lists based at cambridge.apple.com, send a message to
  600. majordomo@cambridge.apple.com with "subscribe <list_name>" in the
  601. message body. Likewise use "unsubscribe <list_name>" to cancel your
  602. subscription and "help" to get help.]
  603.  
  604.  
  605. General Scheme Mailing Lists:
  606.  
  607.    scheme@mc.lcs.mit.edu           Discussion of Scheme. Gatewayed to
  608.                                    the comp.lang.scheme newsgroup.
  609.    scheme@ai.mit.edu               General discussion about Scheme.
  610.  
  611.  
  612. Particular Flavors of Scheme:
  613.  
  614.    info-cscheme@altdorf.ai.mit.edu,
  615.    info-cscheme@zurich.ai.mit.edu  C-Scheme. Gatewayed to the
  616.                                    comp.lang.scheme.c newsgroup.
  617.  
  618.    t-project@cs.yale.edu           T, a dialect of Scheme.
  619.  
  620.    info-clscheme@mc.lcs.mit.edu    PseudoScheme
  621.  
  622.    info-dylan@cambridge.apple.com  Dylan (not really scheme, but)
  623.  
  624. ----------------------------------------------------------------
  625. ;;; *EOF*
  626.