Update README.md

This commit is contained in:
Justin Ethier 2017-11-14 23:04:59 -05:00 committed by GitHub
parent 29567cf900
commit d3e2cd437d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ Features
-------- --------
- Support for the majority of the Scheme language as specified by the latest [R<sup>7</sup>RS standard](docs/Scheme-Language-Compliance.md). - Support for the majority of the Scheme language as specified by the latest [R<sup>7</sup>RS standard](docs/Scheme-Language-Compliance.md).
- New features from R<sup>7</sup>RS include libraries, exceptions, record types, and Unicode. - New features from R<sup>7</sup>RS including libraries, exceptions, record types, and Unicode.
- Hygienic macros based on `syntax-rules` - Hygienic macros based on `syntax-rules`
- Low-level explicit renaming macros - Low-level explicit renaming macros
- Guaranteed tail call optimizations - Guaranteed tail call optimizations