mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
WIP
This commit is contained in:
parent
1312d1819a
commit
1befee8d98
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue