From 466014bc85d57c86aab4595f72a5de3010f7e9c8 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 29 Aug 2017 12:29:11 +0000 Subject: [PATCH] More cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ----------------