mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
New release
This commit is contained in:
parent
226d3ca84f
commit
ede522734b
1 changed files with 18 additions and 0 deletions
18
_posts/2016-12-19-Released-Cyclone-Scheme-0.3.3.md
Normal file
18
_posts/2016-12-19-Released-Cyclone-Scheme-0.3.3.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
layout: post
|
||||
title: Released Cyclone Scheme 0.3.3
|
||||
excerpt: Cyclone Scheme 0.3.3 is now available.
|
||||
---
|
||||
|
||||
Features:
|
||||
|
||||
- Added SRFI 113 - sets and bags.
|
||||
- Improved performance by more aggressively inlining primitives that work with immutable objects, such as the numeric arithmetic and comparison functions.
|
||||
- Allow the reader to recognize `#true` and `#false`.
|
||||
|
||||
Bug Fixes
|
||||
|
||||
- Prevent C compilation errors when compiling strings with special characters in them such as `#\tab`, `#\alarm`, and `#\return`.
|
||||
- Do not generate invalid C code when compiling `+` or `*` without any arguments.
|
||||
- Handle compilation of variable-argument anonymous lambdas. For example: `((lambda x x) 3 5)`.
|
||||
|
Loading…
Add table
Reference in a new issue