mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Revisions, added r7rs PDF
This commit is contained in:
parent
4582faf1de
commit
b4fd545932
3 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
-------------
|
||||
|
|
|
@ -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
BIN
docs/r7rs.pdf
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue