mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 15:27:36 +02:00
Added mutable queues
This commit is contained in:
parent
8baa4326c5
commit
ef44ce7666
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
# Next Release - Date TBD
|
||||
|
||||
TODO: pass vector library tests
|
||||
TODO: SRFI 113, SRFI 117
|
||||
TODO: SRFI 113
|
||||
TODO: performance improvements, but those might come in version after the next
|
||||
|
||||
Features:
|
||||
|
@ -10,6 +9,7 @@ Features:
|
|||
- SRFI 1 list library
|
||||
- SRFI 133 vector library
|
||||
- SRFI 111 boxes
|
||||
- SRFI 117 mutable queues
|
||||
- SRFI 132 sorting library
|
||||
- Added SRFI 2, `and-let*`
|
||||
- Added `parameterize` from section 4.2.6 of R7RS to the `(scheme base)` library.
|
||||
|
|
Loading…
Add table
Reference in a new issue