diff options
| author | 2025-11-02 14:05:02 -0500 | |
|---|---|---|
| committer | 2025-11-02 14:05:02 -0500 | |
| commit | e6f817abaa0ba466a408bef478bef670f5a5edc7 (patch) | |
| tree | 4bea179ad15f73e6b131ebf5ba7d850ace5da251 | |
| parent | add sagittarius test, and non-working tr7 test (diff) | |
add gauche
| -rw-r--r-- | README.md | 6 | ||||
| -rwxr-xr-x | tests/gauche.sh | 3 |
2 files changed, 9 insertions, 0 deletions
@@ -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 |
