blob: ce4d9d7f3ec8123bed208647d1ff1fa049c44541 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
# Guix Scheme Containers and Environments
Run Scheme implementations in Guix containers/environments, and package
libraries for them.
## Portable R6RS and R7RS Libraries
Some Scheme systems packaged here will read `R7RS_LIBRARY_PATH`
(or `R6RS_LIBRARY_PATH` for R6RS systems) to find paths for strictly
conforming R7RS (R6RS) libraries. To copy libraries to these pathes,
use the `portable-r7rs-build-system` (`portable-r6rs-build-system`).
## Chibi Scheme
* Library: `(mcgoron guix chibi)`
* Package: `chibi-scheme-with-path`
* Pure Scheme: `chibi-scheme-build-system`
## Foment
* Library: `(mcgoron guix foment)`
* Package: `foment`
* Pure Scheme: `foment-build-system`
* Supports `portable-r7rs-build-system`
The build script here will build [Foment](https://github.com/leftmike/foment).
The last release of Foment was a long time ago, so the build is for the
current HEAD at the time of writing (6089c3c).
## Sagittarius
* Library: `(mcgoron guix sagittarius)`
* Package: `sagittarius-scheme`
* Pure Scheme: `sagittarius-build-system`
## Gauche
* Library: `(mcgoron guix gauche)`
* Package: `gauche-with-path`
* Pure Scheme: `gauche-pure-scheme-build-system`
* Gauche Packages: `gauche-package-build-system`
TODO: gauche build systems
## Planned
* Loko, STKlos, TR7, Mosh (should be simple)
* Chez, and other R6RS, even unmaintained ones
* Kawa (Scheme source only, don't know enough about Java)
* The Javascipt ones
* Racket, Gambit, MIT-Scheme (need to understand how they work)
* Every R6RS/R7RS with a library load path mechanism
|