mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +02:00
New release
This commit is contained in:
parent
0cb7ccb2e7
commit
3688ae91df
1 changed files with 13 additions and 0 deletions
13
_posts/2019-05-25-Released-Cyclone-Scheme-0.11.1.md
Normal file
13
_posts/2019-05-25-Released-Cyclone-Scheme-0.11.1.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: Released Cyclone Scheme 0.11.1
|
||||||
|
excerpt: This release adds support for immutable objects.
|
||||||
|
---
|
||||||
|
|
||||||
|
Features
|
||||||
|
|
||||||
|
- Added support for immutable objects. Any quoted pairs, vectors, bytevectors, or strings will now be flagged as immutable, per R7RS.
|
||||||
|
|
||||||
|
Bug Fixes
|
||||||
|
|
||||||
|
- Fixed a bug where the compiler would not always validate the number of arguments passed to a locally-defined function.
|
Loading…
Add table
Reference in a new issue