Released Cyclone Scheme 0.6.3
September 16th, 2017
Features
- Allow the compiler to optimize calls to
+,-,*, and/that accept more than 2 arguments. - Added support for bignums to
bitwise-iffrom SRFI 60.
Bug Fixes
- Fix
read-lineto remove trailing carriage return and/or newline characters. Thanks to wasamasa for the bug report! - String ports created by
open-input-stringreturned an extra garbage byte. This has been fixed by a patch from wasamasa. - Prevent segfaults when allocating large strings using
make-string. - Added a fix from wasamasa to escape double quotation marks in strings when output via
write. - wasamasa patched
read-stringto return EOF when no characters can be read.
