aboutsummaryrefslogtreecommitdiff
path: root/development/ChezScheme/README
diff options
context:
space:
mode:
authorArthur W. Green <awg@posteo.us>2017-02-20 14:26:48 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-21 16:44:42 +0700
commit23bbc3477d386174dedbf8c5e3e4d802ee5498f5 (patch)
treeb164a1513dfb98ce385e9aab1e7c34dd1cbb3c42 /development/ChezScheme/README
parentedccca4b616624d3dc97da1578d1b4c9e64d0883 (diff)
development/ChezScheme: Added (A scheme implementation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ChezScheme/README')
-rw-r--r--development/ChezScheme/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/development/ChezScheme/README b/development/ChezScheme/README
new file mode 100644
index 000000000000..b9f210212718
--- /dev/null
+++ b/development/ChezScheme/README
@@ -0,0 +1,13 @@
+Chez Scheme is a complete implementation of the language of the
+Revised^6 Report on Scheme (R6RS), with numerous extensions.
+It sports a fast compiler that generates native code for x86,
+x86_64,and 32-bit PowerPC architectures.
+Formerly a commercial product, it was open-sourced by Cisco Systems
+in April 2016.
+
+The unthreaded version is built by default, but enabling support for
+multithreading is easy:
+ THREADED=yes sh ./ChezScheme.SlackBuild
+
+The full testing battery can also be run after the build completes:
+ TEST=yes sh ./ChezScheme.SlackBuild