Released Cyclone Scheme 0.9.7
January 19th, 2019
Features
- Faster version of
list?
. - Faster compilation of large source files.
- Do not inline
member
orassoc
to avoid looping over the same list multiple times.
Bug Fixes
- Do not inline primitive calls when arguments to the call are mutated in the function body or mutated elsewhere via
set!
. - Modified generated code for
(inline)
functions to eliminate the possibility of out-of-order execution. - Fix a bug where beta expansion of an
if
expression can lead to compilation errors.