articles/scheme.md: update
This commit is contained in:
parent
de80aef6e0
commit
eff00464bf
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue