Revisions

This commit is contained in:
Justin Ethier 2015-07-22 21:29:07 -04:00
parent 373b75fdc6
commit d3e0899072

View file

@ -5,14 +5,14 @@ Cyclone is an experimental Scheme-to-C compiler that uses the [Cheney on the MTA
Getting Started
---------------
If you are installing Cyclone for the first time, you will need to use [`cyclone-bootstrap`](https://github.com/justinethier/cyclone-bootstrap).
If you are installing Cyclone for the first time, you will need to use [cyclone-bootstrap](https://github.com/justinethier/cyclone-bootstrap) to build a set of binaries.
After installing you can read the Documentation section below for more.
Building
------------
If you already have a copy of Cyclone installed, you can build from Scheme source. The following prerequisites are required:
If you already have a copy of Cyclone installed you can build from Scheme source. The following prerequisites are required:
- make
- gcc
@ -44,15 +44,15 @@ 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/)
- [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 with Julie Sussman
- [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
-------
Copyright (C) 2014 [Justin Ethier](http://github.com/justinethier)
License terms TBD
Cyclone is available under the [MIT license](http://www.opensource.org/licenses/mit-license.php).