Released Cyclone Scheme 0.9.8
February 16th, 2019
Features
- Added a compiler optimization to memoize recursive calls to pure functions, where possible.
Bug Fixes
- Arthur Maciel fixed a bug in the compiler back-end where a terminating semi-colon would not be emitted in the C code generated for a short program.
Internal Compiler Enhancements
- Arthur Maciel updated the
cgen
module to follow the Riastradh style rules for updating comments. Thanks Arthur!