From 367f65644b99763297fe16390f1d32558b3c9ba6 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 7 Sep 2016 17:56:54 -0400 Subject: [PATCH] Revised release announcement --- _posts/Released-Version-0.2.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_posts/Released-Version-0.2.md b/_posts/Released-Version-0.2.md index b1b45a5a..cca29a4a 100644 --- a/_posts/Released-Version-0.2.md +++ b/_posts/Released-Version-0.2.md @@ -1,14 +1,16 @@ --- layout: post -title: Released Version 0.2 -excerpt: Release of Cyclone Scheme version 0.2 +title: Released Cyclone Scheme 0.2 +excerpt: Cyclone Scheme 0.2 is now available. --- -Today version 0.2 of the Cyclone Scheme-to-C compiler has been released: +Cyclone Scheme 0.2 is now available: [http://justinethier.github.io/cyclone/](http://justinethier.github.io/cyclone/) -New features: +Cyclone consists of a compiler and interpreter targeting as well as written in R7RS Scheme. A garbage collector inspired by Cheney on the M.T.A. is also provided, with support for native threads. + +New features in this release: - Added the following libraries from R7RS-large red edition (data structures): - SRFI 1 list library @@ -39,8 +41,6 @@ Bug fixes: - Changed the `assoc` and `member` functions to accept an optional comparison function, and modified both families of functions to be native Scheme functions instead of C primitives. - Allow libraries to contain multiple `import`, `begin`, and `export` sections. -Cyclone consists of a compiler and interpreter written entirely in R7RS Scheme, as well as a C runtime. A large portion of the R7RS is supported including libraries, exceptions, continuations, and macros. - Thanks, Justin