Updates for 0.2.1

This commit is contained in:
Justin Ethier 2016-10-12 02:48:42 -04:00
parent ca7629a968
commit 854af89848

View file

@ -7,8 +7,9 @@ TODO: macro improvements (ref trans.) to support SRFI 128
Features: Features:
- Improved library support to recognize import set forms: `only`, `except`, `prefix`, and `rename`. - Added support for SRFI 106: a basic socket interface.
- Added limited support for calling `define-syntax` from `eval` - explicit renaming macros can now be declared interactively. - 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`.
- Added `get-environment-variables` from R7RS. - Added `get-environment-variables` from R7RS.
Bug Fixes Bug Fixes