diff options
| author | 2025-08-16 19:37:16 -0400 | |
|---|---|---|
| committer | 2025-08-16 19:37:16 -0400 | |
| commit | b41b1a36b536038dcf887f69ef19a42d3771cff5 (patch) | |
| tree | 27b37a4217d250154a9643c704a2771c060998d5 /README.md | |
| parent | gauche with path (diff) | |
Loko
Diffstat (limited to '')
| -rw-r--r-- | README.md | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -15,14 +15,12 @@ take precedence (rationale: R6RS has more stuff). ## Chibi Scheme -* Library: `(mcgoron guix chibi)` * Package: `chibi-scheme-with-path` * Path: `chibi-lib-dir`, `chibi-binlib-dir` * Supports `R7RS_LIBRARY_PATH` ## Foment -* Library: `(mcgoron guix foment)` * Package: `foment-with-path` * Path: `foment-lib-dir` * Supports `R7RS_LIBRARY_PATH` @@ -33,23 +31,26 @@ current HEAD at the time of writing (6089c3c). ## Sagittarius -* Library: `(mcgoron guix sagittarius)` -* Package: `sagittarius-scheme` +* Package: `sagittarius-scheme-with-path` * Path: `sagittarius-lib-dir` * Supports `R7RS_LIBRARY_PATH`, `R6RS_LIBRARY_PATH` ## 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 +TODO: explain gauche, add gauche build system + +## Loko + +* Package: `loko-scheme-with-path` +* Path: `loko-scheme-lib-dir` +* Supports `R7RS_LIBRARY_PATH`, `R6RS_LIBRARY_PATH` ## Planned -* Loko, STKlos, TR7, Mosh, Picrin (should be simple) +* STKlos, TR7, Mosh, Picrin (should be simple) * Chez, and other R6RS, even unmaintained ones * Kawa (Scheme source only, don't know enough about Java) * The Javascipt ones |
