Added SRFI 133

This commit is contained in:
Justin Ethier 2016-08-22 18:52:15 -04:00
parent a62a3c6f5b
commit cf6d7e5c15

View file

@ -3,6 +3,7 @@
Features:
- Added the SRFI 1 list library
- Added the SRFI 133 vector library
- Added SRFI 2, `and-let*`
- Added `parameterize` from section 4.2.6 of R7RS to the `(scheme base)` library.