superboum/chez-scheme
Project ID: 19615
Description
Chez Scheme is an efficient and reliable implementation of Scheme based on an incremental optimizing compiler that produces efficient code and does so quickly. Petite Chez Scheme is a complete Scheme system that is fully compatible with Chez Scheme but uses a fast interpreter in place of the compiler. It was conceived as a run-time environment for compiled Chez Scheme applications, but is also useful as a stand-alone Scheme system. Programs written for Chez Scheme run unchanged in Petite Chez Scheme, as long as they do not depend specifically on the compiler, albeit not as quickly and without the debugging information generated by the compiler. In fact, Petite Chez Scheme is built from the same sources as Chez Scheme, with all but the compiler sources included.
Installation Instructions
To install chez-scheme, you need to enable the repository first :
sudo dnf copr enable superboum/chez-scheme
Currently, only one package is published, that you can install as follows:
sudo dnf install chez-scheme
After that, you can use the following command line tools:
scheme
petite
scheme-script
And if you want to know more:
man scheme
This repository is generated from my github repository: github.com/superboum/rpm. Please contact me by email at quentin@dufour.io if you find a bug or need some update (on the supported architecture side or on the Chez side), I am not actively monitoring this repository.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Centos-stream 8 | x86_64 (1)* | Centos-stream 8 (35 downloads) |
Centos-stream 9 | x86_64 (4)* | Centos-stream 9 (40 downloads) |
EPEL 6 | x86_64 (25)* | EPEL 6 (0 downloads) |
EPEL 7 | x86_64 (226)* | EPEL 7 (191 downloads) |
EPEL 8 | x86_64 (24)* | EPEL 8 (152 downloads) |
EPEL 9 | x86_64 (2)* | EPEL 9 (44 downloads) |
Fedora 39 | x86_64 (141)* | Fedora 39 (95 downloads) |
Fedora 40 | x86_64 (55)* | Fedora 40 (52 downloads) |
Fedora 41 | x86_64 (0)* | Fedora 41 (9 downloads) |
Fedora rawhide | x86_64 (32)* | Fedora rawhide (208 downloads) |
Rhel 9 | x86_64 (1)* | Rhel 9 (37 downloads) |
* Total number of downloaded packages.