mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 08:17:35 +02:00
Updates for 0.2.1
This commit is contained in:
parent
ca7629a968
commit
854af89848
1 changed files with 3 additions and 2 deletions
|
@ -7,8 +7,9 @@ TODO: macro improvements (ref trans.) to support SRFI 128
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
- Improved library support to recognize import set forms: `only`, `except`, `prefix`, and `rename`.
|
- Added support for SRFI 106: a basic socket interface.
|
||||||
- Added limited support for calling `define-syntax` from `eval` - explicit renaming macros can now be declared interactively.
|
- Improved library support to recognize all of the import set forms: `only`, `except`, `prefix`, and `rename`.
|
||||||
|
- Allow explicit renaming macros to be declared interactively. This is the first limited support for calling `define-syntax` from `eval`.
|
||||||
- Added `get-environment-variables` from R7RS.
|
- Added `get-environment-variables` from R7RS.
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
Loading…
Add table
Reference in a new issue