Added mutable queues

This commit is contained in:
Justin Ethier 2016-09-06 16:42:12 -04:00
parent 8baa4326c5
commit ef44ce7666

View file

@ -1,7 +1,6 @@
# Next Release - Date TBD # Next Release - Date TBD
TODO: pass vector library tests TODO: SRFI 113
TODO: SRFI 113, SRFI 117
TODO: performance improvements, but those might come in version after the next TODO: performance improvements, but those might come in version after the next
Features: Features:
@ -10,6 +9,7 @@ Features:
- SRFI 1 list library - SRFI 1 list library
- SRFI 133 vector library - SRFI 133 vector library
- SRFI 111 boxes - SRFI 111 boxes
- SRFI 117 mutable queues
- SRFI 132 sorting library - SRFI 132 sorting library
- Added SRFI 2, `and-let*` - Added SRFI 2, `and-let*`
- Added `parameterize` from section 4.2.6 of R7RS to the `(scheme base)` library. - Added `parameterize` from section 4.2.6 of R7RS to the `(scheme base)` library.