diff options
author | awg <awg@cock.li> | 2019-03-11 09:28:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:18 +0700 |
commit | df25caf41bd53b3d684b7f74ebb1ee1b7fd4ce97 (patch) | |
tree | a87bb8b9b8c9e5ec33bd2b17f4c9b5946ee0b4c0 /development/ChezScheme/README | |
parent | 8c7340ae42a454a8d7a43e62c470be76b681c6d8 (diff) |
development/ChezScheme: Updated for version 9.5.1_674e218.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ChezScheme/README')
-rw-r--r-- | development/ChezScheme/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/development/ChezScheme/README b/development/ChezScheme/README index ecedf791d9eb0..44fc45f89e82c 100644 --- a/development/ChezScheme/README +++ b/development/ChezScheme/README @@ -1,8 +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. +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: |