From bc07af7109786f84adff77d380e65753f689f4e7 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 16 Mar 2017 22:39:15 +0000 Subject: [PATCH] I/O clarification --- docs/Scheme-Language-Compliance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Scheme-Language-Compliance.md b/docs/Scheme-Language-Compliance.md index b8e6eda6..823dedf5 100644 --- a/docs/Scheme-Language-Compliance.md +++ b/docs/Scheme-Language-Compliance.md @@ -43,6 +43,6 @@ Section | Status | Comments 6.10 Control features | Yes | `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. +6.13 Input and output | Partial | Functions do not differentiate between binary and textual ports. 6.14 System interface | Yes |