mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 23:37:38 +02:00
Implemented system interfaces
This commit is contained in:
parent
b8a6005d74
commit
0137244e9d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue