From ca5eabe143891d4c4c6745ba3351cb08f507b7f4 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:20:13 +0000 Subject: Move pkg/ files into package's toplevel directory --- lang/mzscheme/DESCR | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lang/mzscheme/DESCR (limited to 'lang/mzscheme/DESCR') diff --git a/lang/mzscheme/DESCR b/lang/mzscheme/DESCR new file mode 100644 index 00000000000..0d22a6b7d65 --- /dev/null +++ b/lang/mzscheme/DESCR @@ -0,0 +1,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 -- cgit v1.2.3