aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-08-14 19:57:38 -0400
committerGravatar Peter McGoron 2025-08-14 19:57:38 -0400
commit485c0179af8069df808a1359c1112101119722c9 (patch)
treebc890b6f2e48450d6b643aadfaf8d98b3ed5448a /README.md
parentwrapper-based module loading for foment (diff)
working path append wrapper, add r6rs
Diffstat (limited to '')
-rw-r--r--README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6923810..697ddc3 100644
--- a/README.md
+++ b/README.md
@@ -10,17 +10,22 @@ Some Scheme systems packaged here will read `R7RS_LIBRARY_PATH`
conforming R7RS (R6RS) libraries. To copy libraries to these pathes,
use the `portable-r7rs-build-system` (`portable-r6rs-build-system`).
+On systems that support both R6RS and R7RS, the R6RS libraries will
+take precedence (rationale: R6RS has more stuff).
+
## Chibi Scheme
* Library: `(mcgoron guix chibi)`
* Package: `chibi-scheme-with-path`
-* Pure Scheme: `chibi-scheme-build-system`
+* Path: `chibi-lib-dir`, `chibi-binlib-dir`
+* Supports `R7RS_LIBRARY_PATH`
## Foment
* Library: `(mcgoron guix foment)`
-* Package: `foment`
-* Pure Scheme: `foment-build-system`
+* Package: `foment-with-path`
+* Path: `foment-lib-dir`
+* Supports `R7RS_LIBRARY_PATH`
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
@@ -30,7 +35,8 @@ current HEAD at the time of writing (6089c3c).
* Library: `(mcgoron guix sagittarius)`
* Package: `sagittarius-scheme`
-* Pure Scheme: `sagittarius-build-system`
+* Path: `sagittarius-lib-dir`
+* Supports `R7RS_LIBRARY_PATH`, `R6RS_LIBRARY_PATH`
## Gauche