From a54ae6081bf5cdb3a1aa4b9155c6d1efb433a522 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 21 Aug 2017 22:42:02 -0400 Subject: [PATCH] New 0.6 release --- _posts/2017-08-21-Released-Cyclone-Scheme-0.6.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _posts/2017-08-21-Released-Cyclone-Scheme-0.6.md diff --git a/_posts/2017-08-21-Released-Cyclone-Scheme-0.6.md b/_posts/2017-08-21-Released-Cyclone-Scheme-0.6.md new file mode 100644 index 00000000..e3eb2da9 --- /dev/null +++ b/_posts/2017-08-21-Released-Cyclone-Scheme-0.6.md @@ -0,0 +1,15 @@ +--- +layout: post +title: Released Cyclone Scheme 0.6 +excerpt: This release provides significant speed improvements to `read` and includes the SRFI 143 fixnum library for higher performance integer operations. +--- + +Features + +- Added a faster version of `read`. +- Added SRFI 143 - Fixnums. + +Bug Fixes + +- Prevent `remainder` from crashing the runtime due to divide by zero. +- Avoid printing an unnecessary colon after certain error messages.