From 7db0928945fa9d791dbae176ffdb1c01cc063e75 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 28 Jul 2015 23:01:03 -0400 Subject: [PATCH] WIP --- docs/Features.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Features.md b/docs/Features.md index fc8c5070..bd247d60 100644 --- a/docs/Features.md +++ b/docs/Features.md @@ -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