pkgsrc/lang/mzscheme/DESCR
pooka 844e5d53b3 update to mzscheme 200
changes:
* NetBSD patches integrated
* improvements to the module system
* new interfaces
basically numerous changes, see plt/notes/mzscheme in the source directory
2002-08-27 16:42:04 +00:00

14 lines
670 B
Text

MzScheme is an implementation of the Scheme programming language for
Windows 95/98/NT, MacOS, Unix, and BeOS. MzScheme is R5RS-compliant.
MzScheme also provides:
- Pre-emptive threads for all platforms
- Generative structures (a.k.a. record datatypes)
- Built-in exceptions; each primitive error raises a specific exception
- First-class compilation units (modules) for organizing program components
- A class-based object system reminiscent of C++/Java
- Built-in regular expression matching tools
- Simple TCP communication support on all platforms
- Portable filesystem access procedures
- Platform-specific process control, including AppleEvent support