From c3e73ac11e0cd87f3c6bc6ef532d6e0315046230 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 11 Jan 2017 23:29:24 -0500 Subject: [PATCH] New post --- _posts/2017-01-11-Writing-the-Cyclone-Scheme-Compiler.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 _posts/2017-01-11-Writing-the-Cyclone-Scheme-Compiler.md diff --git a/_posts/2017-01-11-Writing-the-Cyclone-Scheme-Compiler.md b/_posts/2017-01-11-Writing-the-Cyclone-Scheme-Compiler.md new file mode 100644 index 00000000..81cb9622 --- /dev/null +++ b/_posts/2017-01-11-Writing-the-Cyclone-Scheme-Compiler.md @@ -0,0 +1,7 @@ +--- +layout: post +title: Writing the Cyclone Scheme Compiler (Revised 2017) +excerpt: Provide an update on Cyclone's internals and the development process +--- + +A new version of [Writing the Cyclone Scheme Compiler](docs/Writing-the-Cyclone-Scheme-Compiler-Revised-2017) is now available that provides updates on all the development that has happened in the last year and a half, including development of the new garbage collector.