diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md index c275ffb..2f27bc2 100644 --- a/README.md +++ b/README.md | |||
@@ -45,10 +45,9 @@ Other extras include | |||
45 | `chicanery` now supports multiple R7RS implementations! The full list can be | 45 | `chicanery` now supports multiple R7RS implementations! The full list can be |
46 | found by running `make`, but here's what we have right now: | 46 | found by running `make`, but here's what we have right now: |
47 | 47 | ||
48 | - [Chicken](https://call-cc.org/) | 48 | ### [Chicken](https://call-cc.org/) |
49 | - [Guile](https://www.gnu.org/software/guile/) | 49 | ### [Guile](https://www.gnu.org/software/guile/) |
50 | - [Gambit](https://gambitscheme.org/) | 50 | ### [Gambit](https://gambitscheme.org/) |
51 | - [Chibi](https://synthcode.com/scheme/chibi) | ||
52 | 51 | ||
53 | Other 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). | 52 | Other 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). |
54 | 53 | ||