blob: 0d22a6b7d650ec92f500dca50ac6dcb918c44c75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
MzScheme is an implementation of the Scheme programming language for
Windows 95/98/NT, MacOS, Unix, and BeOS. MzScheme is R4RS-compliant
(including the full numerical tower) and nearly R5RS-compliant (some macro
support is lacking).
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
|