Released Cyclone Scheme 0.7.1
December 21st, 2017
Features
- Added support for
let-syntaxandletrec-syntax. - Added the
(scheme repl)library andinteraction-environmentfunction from R7RS. - Allow
evalto recognizesyntax-rulesmacros. - Added single-byte oriented I/O functions
read-u8,peek-u8, andwrite-u8from R7RS.
Internal Changes
- Relocated all macro expansion code to the
(scheme eval)module. Cyclone’s(scheme cyclone macros)library is now obsolete.
Bug Fixes
- Added the
full-unicodefeature since Unicode is supported as of the 0.7 release.
