mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
586 B
586 B
layout | title | excerpt |
---|---|---|
post | Released Cyclone Scheme 0.11 | This release includes updated build instructions for Mac as well as continued improvements to compiler performance and code validation. |
Features
- During compilation validate the number of arguments passed to locally-defined functions.
- Improve performance of compiled code a bit by inlining code that tracks call history instead of using a dedicated function in the runtime.
- Updated build instructions for Mac, thanks Adam Feuer!
Bug Fixes
- Allow
exit
to return an integer value as the return code to the OS.