mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 15:27:36 +02:00
Initial file
This commit is contained in:
parent
72aa464b00
commit
a9ff7850e8
1 changed files with 16 additions and 0 deletions
16
docs/History.md
Normal file
16
docs/History.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
|
||||||
|
table of contents
|
||||||
|
|
||||||
|
- [References](#References)
|
||||||
|
|
||||||
|
## References
|
||||||
|
|
||||||
|
- [CONS Should Not CONS Its Arguments, Part II: Cheney on the M.T.A.](http://www.pipeline.com/~hbaker1/CheneyMTA.html), by Henry Baker
|
||||||
|
- [CHICKEN Scheme](http://www.call-cc.org/)
|
||||||
|
- [Chibi Scheme](https://github.com/ashinn/chibi-scheme)
|
||||||
|
- [Compiling Scheme to C with closure conversion](http://matt.might.net/articles/compiling-scheme-to-c/), by Matt Might
|
||||||
|
- [Lisp in Small Pieces](http://pagesperso-systeme.lip6.fr/Christian.Queinnec/WWW/LiSP.html), by Christian Queinnec
|
||||||
|
- [R<sup>5</sup>RS Scheme Specification](http://www.schemers.org/Documents/Standards/R5RS/HTML/)
|
||||||
|
- [R<sup>7</sup>RS Scheme Specification](http://trac.sacrideo.us/wg/wiki)
|
||||||
|
- [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html), by Harold Abelson and Gerald Jay Sussman
|
||||||
|
- [The 90 minute Scheme to C compiler](http://churchturing.org/y/90-min-scc.pdf), by Marc Feeley
|
Loading…
Add table
Reference in a new issue