mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Updated 0.2.1 notes
This commit is contained in:
parent
9bbb7c7dd6
commit
71c3fbbcdf
1 changed files with 3 additions and 3 deletions
|
@ -7,14 +7,14 @@ TODO: macro improvements (ref trans.) to support SRFI 128
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
- Limited support for `define-syntax` from `eval`.
|
- Limited support for `define-syntax` from `eval` - explicit renaming macros can now be declared interactively.
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
- Improved macro hygiene support to properly rename temporary variables in the `let-values` macro.
|
- Improved macro hygiene support to properly rename temporary variables in the `let-values` macro.
|
||||||
- Improve output of `error` by outputting objects as they are represented in memory by using `write`.
|
- Improve output of `error` by using `write` to output objects as they are represented in memory.
|
||||||
- Check for duplicate lambda parameters during compilation.
|
- Check for duplicate lambda parameters during compilation.
|
||||||
- Fixed an error that was being raised when calling `(random-source-randomize! default-random-source)`.
|
- Fixed an error that was being raised when calling `(random-source-randomize! default-random-source)` when using SRFI 27.
|
||||||
- Raise an error if `list->string` encounters a list element that is not a character.
|
- Raise an error if `list->string` encounters a list element that is not a character.
|
||||||
|
|
||||||
# 0.2 - September 7, 2016
|
# 0.2 - September 7, 2016
|
||||||
|
|
Loading…
Add table
Reference in a new issue