This commit is contained in:
Justin Ethier 2016-01-13 23:35:14 -05:00
parent 1312d1819a
commit 1befee8d98

View file

@ -120,7 +120,9 @@ Scheme code can be evaluated interactively using the `icyc` command:
# Language Details # Language Details
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. Cyclone implements the Scheme language as documented by the [R<sup>7</sup>RS Scheme Specification](r7rs.pdf).
In addition there is a [R<sup>7</sup>RS Compliance Chart](Scheme-Language-Compliance.md) that lists differences between the specification and Cyclone's implementation.
[API Documentation](API.md) is available for the libraries provide by Cyclone. [API Documentation](API.md) is available for the libraries provide by Cyclone.