You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
br-parser-tools/notes/mzscheme
Matthew Flatt 94e3de51bd import
original commit: f06c1626f7d4154a72427096b2993d49db72ceb1
27 years ago
..
COPYING.LIB import 27 years ago
HISTORY import 27 years ago
README import 27 years ago
SCRIPTS import 27 years ago
mzscheme.init import 27 years ago
openbugs import 27 years ago

README

MzScheme (pronounced "Ms. Scheme") is an implementation of R4RS Scheme
extended with an object system and time-preempted threads.  It uses
libscheme 0.5's interface for embedding and/or extending the core
interpreter with other C/C++ programs. MzScheme's virtual machine,
implemented in C, is easily ported to any platform with 32-bit or
64-bit addresses. MzScheme is used in MrEd, an engine for portable GUI
applications.

Please see the file LICENSE for license information.

Documentation and up-to-date information about MzScheme are at
 http://www.cs.rice.edu/CS/PLT/packages/mzscheme/

If you are compiling MzScheme, see the INSTALL file for compilation
instructions. 

If you have a compiled MzScheme, then the `mzlib' directory should be
in a `collects' directory that is in the same directory as the
`mzscheme' executable. If you use the PLT directory configuration,
then `plt/.bin/PLATFORM/' (where PLATFORM is a tag indicating your
platform, as returned by `plt/bin/archsys') should contain the binary
and `plt/collects' should contain `mzlib'.

See SCRIPTS for information about writing MzScheme scripts for Unix
platforms.

Comments and bug reports are welcome. 
Please report bugs using
  http://www.cs.rice.edu/CS/PLT/Bugs/
or (as a last resort) send mail to
  plt-bugs@cs.rice.edu

-Matthew Flatt
 Rice University PLT
 mflatt@cs.rice.edu
 http://www.cs.rice.edu/~mflatt/