diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/README.md b/README.md index 2f27bc2..6c720b7 100644 --- a/README.md +++ b/README.md | |||
@@ -1,4 +1,4 @@ | |||
1 | # Chicanery: subtle, opinionated improvements to R7RS Scheme | 1 | # Chicanery: subtle, opinionated improvements to R7RS Scheme (in CHICKEN) |
2 | 2 | ||
3 | While I was reading the [R7RS | 3 | While I was reading the [R7RS |
4 | specification](https://standards.scheme.org/official/r7rs.pdf), I was a little | 4 | specification](https://standards.scheme.org/official/r7rs.pdf), I was a little |
@@ -40,16 +40,9 @@ Other extras include | |||
40 | - `(written x)` returns `x` as a string (via `write`) | 40 | - `(written x)` returns `x` as a string (via `write`) |
41 | - `(print x ...)` displays `x ...` followed by a newline | 41 | - `(print x ...)` displays `x ...` followed by a newline |
42 | 42 | ||
43 | ## Supported Scheme implementations | 43 | ## Todo |
44 | 44 | ||
45 | `chicanery` now supports multiple R7RS implementations! The full list can be | 45 | - Support multiple scheme implementations. I tried doing this (see the [multiple-impls](https://git.acdw.net/chicanery/?h=multiple-impls) branch), but it kept not working in weird ways, plus it was like whack-a-mole with all the different schemes and just exhausting. |
46 | found by running `make`, but here's what we have right now: | ||
47 | |||
48 | ### [Chicken](https://call-cc.org/) | ||
49 | ### [Guile](https://www.gnu.org/software/guile/) | ||
50 | ### [Gambit](https://gambitscheme.org/) | ||
51 | |||
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). | ||
53 | 46 | ||
54 | ## License | 47 | ## License |
55 | 48 | ||