2019-03-11 03:28:26 +01:00
|
|
|
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.
|
2017-02-20 08:26:48 +01:00
|
|
|
|
|
|
|
The unthreaded version is built by default, but enabling support for
|
|
|
|
multithreading is easy:
|
2018-07-18 23:16:15 +02:00
|
|
|
THREADS=yes sh ./ChezScheme.SlackBuild
|
2017-02-20 08:26:48 +01:00
|
|
|
|
2018-07-18 23:16:15 +02:00
|
|
|
The full testing battery can also be run after the build completes.
|
2017-02-20 08:26:48 +01:00
|
|
|
TEST=yes sh ./ChezScheme.SlackBuild
|
2018-07-18 23:16:15 +02:00
|
|
|
See the file BUILDING in the source distribution for more on
|
|
|
|
interpretting the 'make test' summary.
|