mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-03 19:26:34 +02:00
Values and call-with-values are there now
This commit is contained in:
parent
14f42a0b5a
commit
5e52fd6058
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Section | Status | Comments
|
|||
6.7 Strings | Partial | No unicode support, `string-ci` functions are not implemented.
|
||||
6.8 Vectors | Yes |
|
||||
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.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. `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.
|
||||
|
|
Loading…
Add table
Reference in a new issue