mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-08 05:27:33 +02:00
Consolidating references
This commit is contained in:
parent
1a3d88f999
commit
a7109a4c01
2 changed files with 4 additions and 17 deletions
15
README.md
15
README.md
|
@ -51,21 +51,6 @@ The [Development Guide](docs/Development.md) contains instructions for hacking o
|
||||||
|
|
||||||
Finally, if you need a place to start learning the Scheme language try a classic textbook such as [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html).
|
Finally, if you need a place to start learning the Scheme language try a classic textbook such as [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html).
|
||||||
|
|
||||||
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
|
|
||||||
- Implementing an on-the-fly garbage collector for Java, by Domani et al
|
|
||||||
- [Lisp in Small Pieces](http://pagesperso-systeme.lip6.fr/Christian.Queinnec/WWW/LiSP.html), by Christian Queinnec
|
|
||||||
- Portable, Unobtrusive Garbage Collection for Multiprocessor Systems, by Damien Doligez and Georges Gonthier
|
|
||||||
- [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
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
Copyright (C) 2014 [Justin Ethier](http://github.com/justinethier).
|
Copyright (C) 2014 [Justin Ethier](http://github.com/justinethier).
|
||||||
|
|
|
@ -64,6 +64,8 @@ typedef struct gc_thread_data_t gc_thread_data;
|
||||||
|
|
||||||
ETC
|
ETC
|
||||||
|
|
||||||
# References
|
# Further Reading
|
||||||
|
|
||||||
TODO: include papers, etc here and link to bullet numbers above
|
- [CONS Should Not CONS Its Arguments, Part II: Cheney on the M.T.A.](http://www.pipeline.com/~hbaker1/CheneyMTA.html), by Henry Baker
|
||||||
|
- Implementing an on-the-fly garbage collector for Java, by Domani et al
|
||||||
|
- Portable, Unobtrusive Garbage Collection for Multiprocessor Systems, by Damien Doligez and Georges Gonthier
|
||||||
|
|
Loading…
Add table
Reference in a new issue