Released Cyclone Scheme 0.25
January 25th, 2021
Features
- Our package manager has been renamed to
winds. Thanks Arthur Maciel! Please upgrade to this release to continue using the package manager as many of the links have been modified to point to the newly-renamed repository. - Added the
c-compiler-optionsexpression and-COPTCyclone compiler option to allow specifying options for the C compiler. - Allow
c-linker-optionsto work as a top-level expression in a program.
Bug Fixes
- Fix import of library dependencies from the interpreter, when the dependencies are imported via
cond-expand. - Arthur Maciel fixed
whenandunlessto no longer return#fin cases where the expression body is not executed.
