New release

This commit is contained in:
Justin Ethier 2021-06-15 18:18:24 -07:00
parent 8f7969abf2
commit 7592ba5a5f

View 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.