cyclone/_posts/2019-05-25-Released-Cyclone-Scheme-0.11.1.md
2019-05-22 19:06:11 -04:00

395 B

layout title excerpt
post Released Cyclone Scheme 0.11.1 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.