David Spencer d1555e00d7 development/ChezScheme: Fixed md5sum. %!s(int64=7) %!d(string=hai) anos
..
ChezScheme.SlackBuild 3068c5fc13 development/ChezScheme: Updated for version 9.4.1_ce11b34. %!s(int64=7) %!d(string=hai) anos
ChezScheme.info d1555e00d7 development/ChezScheme: Fixed md5sum. %!s(int64=7) %!d(string=hai) anos
README 3068c5fc13 development/ChezScheme: Updated for version 9.4.1_ce11b34. %!s(int64=7) %!d(string=hai) anos
slack-desc 445e8eb977 development/ChezScheme: Updated for version 9.4.1_c5b6fe9. %!s(int64=8) %!d(string=hai) anos

README

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