mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
More cleanup
This commit is contained in:
parent
18976155f8
commit
466014bc85
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,6 @@ Cyclone is a brand-new Scheme-to-C compiler that allows practical application de
|
|||
|
||||
Cyclone is the first compiler written entirely in the latest R<sup>7</sup>RS Scheme language standard, with the intent to support as much of that language as possible.
|
||||
|
||||
This [benchmarks](http://ecraven.github.io/r7rs-benchmarks/benchmark.html) page by [ecraven](https://github.com/ecraven) compares the performance of Cyclone with other Schemes.
|
||||
|
||||
Getting Started
|
||||
---------------
|
||||
|
||||
|
@ -53,6 +51,8 @@ Documentation
|
|||
|
||||
- If you need a resource to start learning the Scheme language you may want to try a classic textbook such as [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html).
|
||||
|
||||
- Finally, this [benchmarks](http://ecraven.github.io/r7rs-benchmarks/benchmark.html) page by [ecraven](https://github.com/ecraven) compares the performance of Cyclone with other Schemes.
|
||||
|
||||
Example Programs
|
||||
----------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue