mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
I/O clarification
This commit is contained in:
parent
88be81ff47
commit
bc07af7109
1 changed files with 1 additions and 1 deletions
|
@ -43,6 +43,6 @@ Section | Status | Comments
|
|||
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.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.13 Input and output | Partial | Functions do not differentiate between binary and textual ports.
|
||||
6.14 System interface | Yes |
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue