Added a note about inlining

This commit is contained in:
Justin Ethier 2016-10-14 18:40:00 -04:00
parent 1326d0d5c2
commit ad2981168c

View file

@ -6,6 +6,7 @@ TODO: SRFI 113
Features:
- Improve performance by inlining numeric arithmetic and comparison operations.
- 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`.
- Allow explicit renaming macros to be declared interactively. This is the first limited support for calling `define-syntax` from `eval`.