articles/scheme.md: update

This commit is contained in:
tocariimaa 2025-02-14 12:33:11 -03:00
parent de80aef6e0
commit eff00464bf

View file

@ -23,6 +23,7 @@ called "eggs".
- [Gambit Scheme](https://gambitscheme.org/)
- [Chibi Scheme](https://synthcode.com/scheme/chibi/): small implementation with a focus in being embeddable.
- [Cyclone Scheme](https://justinethier.github.io/cyclone/): compiler, aims to support the R7RS standard.
- [Gerbil Scheme](https://cons.io/)
- ...
## Examples
@ -56,6 +57,7 @@ called "eggs".
- <https://try.gambitscheme.org/>
- <https://docs.scheme.org/>
- [Teach Yourself Scheme in Fixnum Days](https://docs.scheme.org/tyscheme/)
- [A Scheme Primer](https://files.spritely.institute/papers/scheme-primer.html)
- [R7RS site](https://r7rs.org/)
- The *CONS Should Not CONS Its Arguments, Part II: Cheney on the M.T.A.* paper,
describes how to compile Scheme to C efficiently by using CPS.