Update History.md

This commit is contained in:
Justin Ethier 2015-07-31 14:43:35 -04:00
parent 48f1e6439d
commit bd4bbadeb7

View file

@ -2,9 +2,9 @@
This document covers some of the background on how Cyclone was written, including aspects of the compiler and runtime system.
Before we get started, it is important to mention my first serious open-source work in Scheme, [husk scheme](http://justinethier.github.io/husk-scheme). Husk is primarily an interpreter. But over the course of development I was led to many of the resources that would later be used to build Cyclone. In fact, one of the main motivations 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.
Before we get started it is important to mention my first serious open-source work in Scheme, [husk scheme](http://justinethier.github.io/husk-scheme). Husk is primarily an interpreter. But over the course of its development I was led to many of the resources that would later be used to build Cyclone. In fact, one of the main motivations 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.
At the end of this document is a list of online resources that were the most helpful and/or influential in writing Cyclone. Thank you to everyone that contributes to the Scheme community! Without this abundance of online Scheme resources it would not have been possible to write Cyclone.
Lastly and most importantly, 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/or influential in writing Cyclone. Without this abundance of online Scheme resources it would not have been possible to write Cyclone.
## Table of Contents