Update latest features

This commit is contained in:
Justin Ethier 2018-05-29 17:36:24 -04:00
parent dd7ef4aad7
commit d607ef2245

View file

@ -32,7 +32,7 @@ Section | Status | Comments
5.6 Libraries | Yes |
5.7 The REPL | Yes |
6.1 Equivalence predicates | Yes |
6.2 Numbers | Partial | Only integers and reals are supported at this time.
6.2 Numbers | Partial | Integers (fixnums and bignums), reals, and complex numbers are supported.
6.3 Booleans | Yes |
6.4 Pairs and lists | Yes |
6.5 Symbols | Yes |
@ -41,7 +41,7 @@ Section | Status | Comments
6.8 Vectors | Yes |
6.9 Bytevectors | Yes |
6.10 Control features | Yes | `dynamic-wind` is limited, and does not work across calls to continuations.
6.11 Exceptions | Partial | Exceptions are implemented but error objects (and associated functions `error-object`, etc) are not at this time.
6.11 Exceptions | Yes |
6.12 Environments and evaluation | Partial | Only `eval` is implemented at this time.
6.13 Input and output | Partial | Functions do not differentiate between binary and textual ports.
6.14 System interface | Yes |