aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-11-02 14:05:02 -0500
committerGravatar Peter McGoron 2025-11-02 14:05:02 -0500
commite6f817abaa0ba466a408bef478bef670f5a5edc7 (patch)
tree4bea179ad15f73e6b131ebf5ba7d850ace5da251
parentadd sagittarius test, and non-working tr7 test (diff)
add gauche
-rw-r--r--README.md6
-rwxr-xr-xtests/gauche.sh3
2 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index ff0764f..80b9187 100644
--- a/README.md
+++ b/README.md
@@ -214,3 +214,9 @@ You will need `srfi-225`.
### TR7
I tried but there were some issues with loading sublibraries.
+
+### Gauche
+
+You will need `srfi-225`. I had to explicitly remove some of the conditional
+exports from the reference implementation of SRFI 225 in order to get it
+to work.
diff --git a/tests/gauche.sh b/tests/gauche.sh
new file mode 100755
index 0000000..75d3abb
--- /dev/null
+++ b/tests/gauche.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+gosh -I "../lib" -I "../compat/srfi-225" run.scm