Released Cyclone Scheme 0.5.4
August 3rd, 2017
Features
- Allow the
-Aand-Ioptions toicycfor specifying additional library import directories. - Perform constant folding as part of the CPS optimization phase.
- Statically allocate closures that do not contain any free variables, to avoid unnecessary heap allocations.
Bug Fixes
- Updated
string->numberto return#ffor all bases when the conversion fails. Previously bases other than ten would return0instead.
