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 (0)* Centos-stream 8 (11 downloads)
Centos-stream 9 x86_64 (0)* Centos-stream 9 (11 downloads)
EPEL 6 x86_64 (12)* EPEL 6 (165 downloads)
EPEL 7 x86_64 (218)* EPEL 7 (168 downloads)
EPEL 8 x86_64 (16)* EPEL 8 (123 downloads)
EPEL 9 x86_64 (0)* EPEL 9 (6 downloads)
Fedora 37 x86_64 (97)* Fedora 37 (0 downloads)
Fedora 38 x86_64 (72)* Fedora 38 (61 downloads)
Fedora 39 x86_64 (122)* Fedora 39 (71 downloads)
Fedora 40 x86_64 (7)* Fedora 40 (9 downloads)
Fedora rawhide x86_64 (25)* Fedora rawhide (176 downloads)
Rhel 9 x86_64 (0)* Rhel 9 (7 downloads)

* Total number of downloaded packages.