From 83e201abe311cfb65f357e3142adaaeeda9fd185 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 28 Jul 2015 22:56:17 -0400 Subject: [PATCH] Added more notes for control features --- docs/Features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Features.md b/docs/Features.md index 9414b1c8..fc8c5070 100644 --- a/docs/Features.md +++ b/docs/Features.md @@ -35,7 +35,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 | | The `map` functions only support one "data" argument - for example, `string-map` only accepts one string. +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 | |