This commit is contained in:
Justin Ethier 2016-01-13 23:32:59 -05:00
parent 4b2a4575d0
commit 1312d1819a

View file

@ -120,17 +120,9 @@ Scheme code can be evaluated interactively using the `icyc` command:
# Language Details # Language Details
[R<sup>7</sup>RS Scheme Specification](r7rs.pdf): Cyclone implements the Scheme language as documented by the [R<sup>7</sup>RS Scheme Specification](r7rs.pdf). There is a [R<sup>7</sup>RS Compliance](Scheme-Language-Compliance.md) chart that lists the differences between the specification and Cyclone's implementation.
[R<sup>7</sup>RS Compliance](Scheme-Language-Compliance.md)
[API Documentation](API.md)
- explain how programs are setup [API Documentation](API.md) is available for the libraries provide by Cyclone.
- outline scheme language based on r7rs, link to it.
explain differences between cyclone implementation and r7rs, or again at least link to them
- provide API, or at least links to the API
- what else?
TODO
# Foreign Function Interface # Foreign Function Interface