Released Cyclone Scheme 0.11.8
December 30th, 2019
Features
- Added
read-bytevector
,read-bytevector!
, andwrite-bytevector
I/O functions from R7RS.
Bug Fixes
- Fixed Windows build using MSYS2 and setup a continuous integration job for this platform to prevent breaking this build in the future.
- Tweaked build flags to prevent spamming of compiler warnings when using Clang.
- Modified the compiler to ensure that a variable is not assigned to itself in the generated C code.