mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
795 B
795 B
layout | title | excerpt |
---|---|---|
post | Released Cyclone Scheme 0.25 | Our package manager has been renamed to Winds. |
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-options
expression and-COPT
Cyclone compiler option to allow specifying options for the C compiler. - Allow
c-linker-options
to 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
when
andunless
to no longer return#f
in cases where the expression body is not executed.