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
8f7969abf2
commit
7592ba5a5f
1 changed files with 16 additions and 0 deletions
16
_posts/2021-06-15-Released-Cyclone-Scheme-0.29.0.md
Normal file
16
_posts/2021-06-15-Released-Cyclone-Scheme-0.29.0.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
layout: post
|
||||
title: Released Cyclone Scheme 0.29.0
|
||||
excerpt: This release provides incremental improvements and an implementation of (char-ready?)
|
||||
---
|
||||
|
||||
Features
|
||||
|
||||
- Improve performance of runtime by more efficiently unboxing known fixnums.
|
||||
- Improve performance of compiled code slightly by using more efficient closure calls when possible.
|
||||
- Add support for R7RS `#d` decimal specifier for numbers.
|
||||
- Added `char-ready?` to `(scheme base)`
|
||||
|
||||
Bug Fixes
|
||||
|
||||
- Avoid generating C code containing unused variables. In addition to generating better code this also prevents the C compiler from raising associated warnings.
|
Loading…
Add table
Reference in a new issue