mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
13 lines
395 B
Markdown
13 lines
395 B
Markdown
---
|
|
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.
|