summaryrefslogtreecommitdiff
path: root/lang/mzscheme/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-11-01 00:20:13 +0000
committerzuntum <zuntum>2001-11-01 00:20:13 +0000
commitca5eabe143891d4c4c6745ba3351cb08f507b7f4 (patch)
tree0862d71c7e976f8aa56175851882e33495f691e4 /lang/mzscheme/DESCR
parent6b01ee415b4e5bedf0714bca9cd1cfe9db6ecc2b (diff)
downloadpkgsrc-ca5eabe143891d4c4c6745ba3351cb08f507b7f4.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'lang/mzscheme/DESCR')
-rw-r--r--lang/mzscheme/DESCR16
1 files changed, 16 insertions, 0 deletions
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