Revisions, added r7rs PDF

This commit is contained in:
Justin Ethier 2015-07-25 22:11:27 -04:00
parent 4582faf1de
commit b4fd545932
3 changed files with 5 additions and 1 deletions

View file

@ -36,7 +36,9 @@ Getting Started
cyclone> (write 'hello-world)
hello-world
3. If you need help getting started with 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).
3. If you need help 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).
Also, check out the [features](docs/Features.md) page for a list of language features currently implemented.
Documentation
-------------

View file

@ -4,6 +4,8 @@ This page summarizes the Scheme language features implemented by Cyclone.
## R<sup>7</sup>RS Compliance
This is the status of features implemented from the [R<sup>7</sup>RS Scheme Specification](http://trac.sacrideo.us/wg/wiki):
Section | Status | Comments
------- | ------ | ---------
2.2 Whitespace and comments | Partial | No datum or block comments

BIN
docs/r7rs.pdf Normal file

Binary file not shown.