diff options
author | Arthur W. Green <awg@posteo.us> | 2017-03-09 20:16:13 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-09 20:16:13 +0000 |
commit | 514790a4b74c5b2ff64a90ce3fc24552e2ed4c49 (patch) | |
tree | d45454e969477b3c5b4d41eb57d4a94e3803e47d /development/ChezScheme/README | |
parent | 81f6864f2574c0dd14192e35f5a676cbbc198c72 (diff) |
development/ChezScheme: Updated for version 9.4.1_c5b6fe9.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/ChezScheme/README')
-rw-r--r-- | development/ChezScheme/README | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/development/ChezScheme/README b/development/ChezScheme/README index b9f210212718f..3ace0dfe7cbb6 100644 --- a/development/ChezScheme/README +++ b/development/ChezScheme/README @@ -1,9 +1,8 @@ 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. +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: |