mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
New 0.6 release
This commit is contained in:
parent
5eb4df1b6e
commit
a54ae6081b
1 changed files with 15 additions and 0 deletions
15
_posts/2017-08-21-Released-Cyclone-Scheme-0.6.md
Normal file
15
_posts/2017-08-21-Released-Cyclone-Scheme-0.6.md
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue