diff --git a/README.md b/README.md index 0a2db4a9..4e7536b9 100644 --- a/README.md +++ b/README.md @@ -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 R7RS 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 ----------------