mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
852 B
852 B
layout | title | excerpt |
---|---|---|
post | Released Cyclone Scheme 0.22 | Many improvements focused on compiler usability and interoperability. |
Features
- Added definitions from SRFI 162 (comparators sublibrary) to the
(srfi 128)
library. - Cleaned up printing of call history to make it more obvious which functions were called most recently.
Bug Fixes
- The compiler now displays a helpful error message to the user when compilation of a program fails due to an error building a dependent library.
- Enhanced
cond-expand
support in a library declaration to- Properly handle cases where there is more than one
cond-expand
sub-expression. EG: twobegin
expressions, abegin
/import
, etc. - Properly handle the case where
export
is defined bycond-expand
. Previously such exports would not be recognized by code importing the library.
- Properly handle cases where there is more than one