Implemented system interfaces

This commit is contained in:
Justin Ethier 2016-01-10 22:50:23 -05:00
parent b8a6005d74
commit 0137244e9d

View file

@ -39,7 +39,7 @@ Section | Status | Comments
6.11 Exceptions | Partial | Exceptions are implemented but error objects (and associated functions `error-object`, etc) are not at this time.
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. Do not have support for input/output strings or bytevectors.
6.14 System interface | | TODO: most of these are not implemented
6.14 System interface | Yes |
## Cyclone-specific