gwerbin/chez-scheme

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.

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).

* Total number of packages downloaded in the last seven days.


This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/gwerbin/chez-scheme/