From 0aef0314d92a8aa0b35bd9b4c3b453787af2468d Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 31 Jul 2015 22:23:53 -0400 Subject: [PATCH] Rev --- docs/History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/History.md b/docs/History.md index 287c6aa4..b1242fd2 100644 --- a/docs/History.md +++ b/docs/History.md @@ -4,7 +4,7 @@ This document covers some of the background on how Cyclone was written, includin Before we get started, I want to say Thank You to everyone that has contributed to the Scheme community. At the end of this document is a list of online resources that were the most helpful and influential in writing Cyclone. Without quality Scheme resources like these it would not have been possible to write Cyclone. -In addition to those resources, developing [Husk Scheme](http://justinethier.github.io/husk-scheme) helped me discover many of the resources that would later be used to build Cyclone. In fact, the primary motivation in building Cyclone was to go a step further and understand not only how to write a Scheme compiler but also how to build a runtime system. Over time some of the features and understanding gained in Cyclone may be folded back into Husk. +In addition, developing [Husk Scheme](http://justinethier.github.io/husk-scheme) helped me gather much of the knowledge that would later be used to build Cyclone. In fact, the primary motivation in building Cyclone was to go a step further and understand not only how to write a Scheme compiler but also how to build a runtime system. Over time some of the features and understanding gained in Cyclone may be folded back into Husk. ## Table of Contents