mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Formatting
This commit is contained in:
parent
e29f3c6e65
commit
36a4e97bf1
1 changed files with 6 additions and 4 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,19 +1,21 @@
|
||||||
# Next Release (tentatively 0.3.1) - Date TBD
|
# Next Release (tentatively 0.3.1) - Date TBD
|
||||||
|
|
||||||
TODO: performance improvements
|
TODO: more performance improvements
|
||||||
need to improve both runtime speed and compiler optimizations
|
|
||||||
TODO: SRFI 113
|
TODO: SRFI 113
|
||||||
|
|
||||||
# Upcoming Release (tentatively 0.3) - Date TBD
|
# 0.3 - Date TBD
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
- Improve performance by inlining numeric arithmetic and comparison operations.
|
- Improve performance by inlining numeric arithmetic and comparison operations.
|
||||||
- Reverted `assq`, `assv`, `memq`, and `memv` back to primitives for improved performance. In addition the compiler was modified to allow for more efficient compilation of `assoc` and `member`.
|
- Reverted `assq`, `assv`, `memq`, and `memv` back to primitives for improved performance. In addition the compiler was modified to allow for more efficient compilation of `assoc` and `member`.
|
||||||
- Added support for SRFI 106: a basic socket interface, and SRFI 128: Comparators.
|
|
||||||
- Improved library support to recognize all of the import set forms: `only`, `except`, `prefix`, and `rename`.
|
- 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`.
|
- Allow explicit renaming macros to be declared interactively. This is the first limited support for calling `define-syntax` from `eval`.
|
||||||
- Added the `get-environment-variables` function from R7RS.
|
- Added the `get-environment-variables` function from R7RS.
|
||||||
|
- Added support for the following SRFI's:
|
||||||
|
|
||||||
|
- SRFI 106: A basic socket interface
|
||||||
|
- SRFI 128: Comparators
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue