about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-08-09 21:44:12 -0500
committerCase Duckworth2023-08-09 21:44:12 -0500
commit5c1ccb973ba05e62caceda1c090ece4953a1636e (patch)
tree0f3aa2151eff9bdf0ef30e0ec2658936f92ad39d
parentUpdate README (diff)
downloadchicanery-5c1ccb973ba05e62caceda1c090ece4953a1636e.tar.gz
chicanery-5c1ccb973ba05e62caceda1c090ece4953a1636e.zip
Update README
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md index 08a0132..8733257 100644 --- a/README.md +++ b/README.md
@@ -43,10 +43,12 @@ Other extras include
43`chicanery` now supports multiple R7RS implementations! The full list can be 43`chicanery` now supports multiple R7RS implementations! The full list can be
44found by running `make`, but here's what we have right now: 44found by running `make`, but here's what we have right now:
45 45
46- chicken 46- [Chicken](https://call-cc.org/)
47- guile 47- [Guile](https://www.gnu.org/software/guile/)
48- gambit 48- [Gambit](https://gambitscheme.org/)
49- chibi 49- [Chibi](https://synthcode.com/scheme/chibi)
50
51Other Scheme implementations have been minimally tested and I haven't been able to figure them out yet. However, [Cyclone](https://justinethier.github.io/cyclone/) is definitively *not* compatible; see [issue #413](https://github.com/justinethier/cyclone/issues/413).
50 52
51## License 53## License
52 54