Skip to content

Commit 40f40d6

Browse files
committed
Mention Guile wherever appropriate
1 parent d564da9 commit 40f40d6

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

IMPLS.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ IMPL:
9292
- {IMPL: scheme, scheme_MODE: sagittarius}
9393
- {IMPL: scheme, scheme_MODE: cyclone}
9494
# - {IMPL: scheme, scheme_MODE: foment}
95+
- {IMPL: scheme, scheme_MODE: guile}
9596
- {IMPL: skew}
9697
- {IMPL: sml, sml_MODE: polyml}
9798
- {IMPL: sml, sml_MODE: mlton}

Makefile.impls

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ haxe_MODE = neko
2222
matlab_MODE = octave
2323
# python, python2 or python3
2424
python_MODE = python
25-
# scheme (chibi, kawa, gauche, chicken, sagittarius, cyclone, foment)
25+
# scheme (chibi, kawa, gauche, chicken, sagittarius, cyclone, foment, guile)
2626
scheme_MODE = chibi
2727
# sml (polyml, mlton, mosml)
2828
sml_MODE = polyml
@@ -102,6 +102,7 @@ scheme_STEP_TO_PROG_chicken = impls/scheme/$($(1))
102102
scheme_STEP_TO_PROG_sagittarius = impls/scheme/$($(1)).scm
103103
scheme_STEP_TO_PROG_cyclone = impls/scheme/$($(1))
104104
scheme_STEP_TO_PROG_foment = impls/scheme/$($(1)).scm
105+
scheme_STEP_TO_PROG_guile = impls/scheme/$($(1)).scm
105106

106107
# Map of step (e.g. "step8") to executable file for that step
107108
ada_STEP_TO_PROG = impls/ada/$($(1))

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ scala -classpath target/scala*/classes stepX_YYY
10521052

10531053
The Scheme implementation of MAL has been tested with Chibi-Scheme
10541054
0.10, Kawa 3.1.1, Gauche 0.9.6, CHICKEN 5.1.0, Sagittarius 0.9.7,
1055-
Cyclone 0.32.0 (Git version) and Foment 0.4 (Git version). You should
1055+
Cyclone 0.32.0 (Git version), Foment 0.4 (Git version) and Guile 3.0.1. You should
10561056
be able to get it running on other conforming R7RS implementations
10571057
after figuring out how libraries are loaded and adjusting the
10581058
`Makefile` and `run` script accordingly.
@@ -1076,6 +1076,8 @@ make cyclone
10761076
scheme_MODE=cyclone ./run
10771077
# foment
10781078
scheme_MODE=foment ./run
1079+
# guile
1080+
scheme_MODE=guile ./run
10791081
```
10801082

10811083
### Skew ###

docs/graph/base_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ languages:
7070
- [ruby , Ruby , OTHER , Dynamic , []]
7171
- [rust , Rust , C , Static , []]
7272
- [scala , Scala , C , Static , []]
73-
- [scheme , Scheme (R7RS) , Lisp , Dynamic , [chibi,kawa,gauche,chicken,sagittarius,cyclone,foment]]
73+
- [scheme , Scheme (R7RS) , Lisp , Dynamic , [chibi,kawa,gauche,chicken,sagittarius,cyclone,foment,guile]]
7474
- [skew , Skew , OTHER , Static , []]
7575
- [swift , Swift 2 , C , Static , []]
7676
- [swift3 , Swift 3 , C , Static , []]

0 commit comments

Comments
 (0)