MIT Scheme Release 7.4
This is the home page for MIT Scheme Release 7.4.
Note that MIT Scheme Release 7.5 supercedes this release. If
you plan to use MIT Scheme on one of the platforms supported by
Release 7.5, we strongly recommend using the newer version.
The home page for release 7.5 is here.
The main home page for MIT Scheme is
http://www.swiss.ai.mit.edu/projects/scheme/.
The information on this page is also available via FTP at
ftp://ftp.swiss.ai.mit.edu/pub/scheme-7.4.
Release 7.4 is for x86 (Intel Architecture 32) machines only. We
provide versions that run under the following operating systems:
GNU/Linux, IBM OS/2, and Microsoft Windows (3.x, 95, 98, and NT). We
no longer support DOS without Windows. Other users have ported this
code to FreeBSD, NetBSD, and BSDI BSD/OS.
Release 7.3 supports other machine architectures. It can be found at
http://www.swiss.ai.mit.edu/ftpdir/scheme-7.3/
or
ftp://ftp.swiss.ai.mit.edu/pub/scheme-7.3.
MIT Scheme is
free software.
This means that you may copy and modify this software, and
redistribute either the original software or a modified version.
Please see the license for full details.
The GNU/Linux, OS/2, and Win32 releases are at revision 7.4.7
The BSDI release is at revision 7.4.5
Everything else is at revision 7.4.2
-
3/22/99: Replaced "doc-html.*" files. New files were generated from
"doc-texinfo.tar.gz", unlike the previous files. New files are
formatted using the -split_chapter option of texi2html.
-
10/19/98: Revision 7.4.7 fixes several bugs in the implementation of
streams. It also implements the -edit command-line
option for Edwin, which is equivalent to -eval (edit).
This option is useful because it eliminates various quoting problems
in Windows shortcuts.
The Windows release of revision 7.4.7 has been (briefly) tested on
Windows 95 (OSR 2.5), Windows 98, and Windows NT 4.0. Note that the
Windows release reports its revision as 7.4.2 rather than 7.4.7.
However, the "Scheme saved on" date will be October 1998.
-
9/25/98: Added notes to
linux-install explaining how to build executables without X11
and for systems that have recent versions of ncurses (e.g. Debian
2.0). Added linux-no-x.tar.gz for
users who don't have libX11.so.6 on their systems.
-
3/20/98: The GNU/Linux source code was changed to fix a problem that
occurred when compiling under RedHat 5.0. This does not affect the
binaries or any non-Linux system.
-
2/18/98: The Windows file (w32bin.zip) was
updated. The only change was to include the
TUTORIAL file that was inadvertently omitted from the release.
-
2/13/98: The GNU/Linux file (linux.tar.gz)
was updated to statically link the "ncurses" library. The new
executables should now work on any recent GNU/Linux distribution.
Additionally, Edwin now works when run in a terminal; previously it
was severely garbled.
-
Revision 7.4.6 fixes a floating-point bug. The bug manifests itself
as a floating-point overflow when printing certain floating-point
numbers. The bug occurs once, and thereafter does not recur, so it is
not terribly serious.
-
Revision 7.4.5 consists of BSDI-specific patches that permit Scheme to
be compiled under BSDI.
-
Revisions 7.4.3 and 7.4.4 consist of Linux-specific patches to fix a
memory-allocation bug. This bug prevented Scheme from running at all.
If you have an older revision and it runs on your machine, you don't
need these patches.
Documentation for MIT Scheme is available in a variety of formats.
There are two manuals: the MIT Scheme Reference Manual and the MIT
Scheme User's Manual. (There is also a note
describing MIT Scheme's macros, which are not hygenic. We
will probably implement an R5RS-compliant macro facility in
2000 or 2001.)
MIT Scheme 7.4 is available in binary form for a variety of systems.
For each system, there are three files.
-
The main binaries file contains all of the files
necessary to run MIT Scheme.
-
The runtime debugging information file provides
debugging information for the runtime library, allowing you to see the
source code for the internals of the runtime library when you are
using the debugger (without this information, the debugger shows
minimal details and no source code).
-
The Edwin debugging information provides debugging
information for the Edwin editor's internals, which is useful to those
who customize Edwin.
Recommendations: Most users should install the main binaries and the
runtime debugging information. If you are short on disk space,
install only the main binaries. If you will be customizing Edwin,
install the Edwin debugging information.
- GNU/Linux
-
These were compiled on a system running Debian GNU/Linux 1.3.1. The
executables are ELF binaries that depend on libc5 and libX11; they
should work on most GNU/Linux systems. If you don't have libX11 on
your system, you can use these
binaries instead. Otherwise, you will have to compile executables
for your system; read these
instructions for details.
- FreeBSD
-
These were compiled on a system running FreeBSD 2.1.5-RELEASE.
- NetBSD
-
- BSDI BSD/OS
-
These were compiled on a system running BSD/OS 3.0.
- IBM OS/2
-
These were compiled on a system running OS/2 Warp 4.0 with IBM
VisualAge C++ 3.0. Includes documentation in OS/2 .inf format.
- Microsoft Windows
-
These were compiled on a system running Windows NT 3.51 using
Microsoft C/C++. Includes documentation in Windows .hlp format.
Please note that this release will not work properly if installed in a
directory whose name contains spaces or other unusual characters.
This will be fixed in the next release.
If you are using Windows 3.1 and you don't have Win32s installed,
download and install pw1118.exe. Do not
install pw1118.exe on any version of Windows other than 3.1.
This software is distributed in ZIP format. If you need a program to
unpack the software, you can use this copy of
unzip.exe. Alternatively, recent versions of
the Info-Zip "unzip" program will also work.
Full source code for MIT Scheme is available. Note that you cannot
build a working system from the source unless you have a working MIT
Scheme compiler to do the compilation. This means that if the
above binaries don't work on your system, it is pointless to try
building a custom set of binaries from the source code.
There is one exception to this statement: the code in the
"microcode/"
subdirectory of the source tree is C code,
and contains nearly all of the operating-system specifics. You can
compile the C code to produce executables and combine that with one of
the existing packages to make a new package. See
these instructions for an outline
of the procedure using GNU/Linux as an example.
-
gzipped tar format for unix systems. These
files use newlines as line delimiters.
-
zip format for OS/2 and Windows systems. These
files use carriage-return/newline pairs as line delimiters.
Version 7.5 of this software was released in January 2000.
See the Scheme 7.5 page for details.
This page is maintained by Chris Hanson.
Last changed on May 28, 2001.