chez
A programming language based on R6RS
Chez Scheme is both a programming language and an implementation of that language, with supporting tools and documentation. As a superset of the language described in the Revised6 Report on the Algorithmic Language Scheme (R6RS), Chez Scheme supports all standard features of Scheme, including first-class procedures, proper treatment of tail calls, continuations, user-defined records, libraries, exceptions, and hygienic macro expansion. Chez Scheme also includes extensive support for interfacing with C and other languages, support for multiple threads possibly running on multiple cores, non-blocking I/O, and many other features.
homepage ↗homepage ↗ github: cisco/ChezScheme
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| gentoo gitweb ↗ | 10.4.1 | 3 | 16 h | details › |
| Miezhiko GitHub ↗ | 10.4.1 | 1 | 27 h | details › |
Versions & arches
| Version | Overlay | amd64 | x86 | arm | Committed | |
|---|---|---|---|---|---|---|
| 10.4.1 ≈ | Miezhiko | amd64 untested | x86 untested | arm untested | 2 mo | view · download · history ↗ |
| 10.4.1 | gentoo | amd64 stable | x86 testing | arm testing | — | view · download · history ↗ |
| 10.4.0 | gentoo | amd64 testing | x86 testing | arm testing | — | view · download · history ↗ |
| 10.3.0 | gentoo | amd64 stable | x86 testing | arm testing | — | view · download · history ↗ |
Use flags of 10.4.1
- X Add support for X11
- +ncurses Add ncurses support (console display library)
- +threads Add threads support for various packages. Usually pthreads