mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
WIP
This commit is contained in:
parent
83e201abe3
commit
7db0928945
1 changed files with 3 additions and 3 deletions
|
@ -37,9 +37,9 @@ Section | Status | Comments
|
|||
6.9 Bytevectors | | Not supported yet.
|
||||
6.10 Control features | Partial | The `map` and `for-each` families of functions only support one "data" argument - for example, `string-map` only accepts one string. `values` and `call-with-values` are not implemented. `dynamic-wind` is limited, and does not work across calls to continuations.
|
||||
6.11 Exceptions | Partial | Need to check against r7rs
|
||||
6.12 Environments and evaluation | Partial |
|
||||
6.13 Input and output | |
|
||||
6.14 System interface | |
|
||||
6.12 Environments and evaluation | Partial | Need to check against r7rs
|
||||
6.13 Input and output | Partial | Functions do not differentiate between binary and textual ports. Do not have support for input/output strings.
|
||||
6.14 System interface | | TODO: most of these are not implemented
|
||||
|
||||
## Cyclone-specific
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue