From fefc9d225c34c1ee41f4b9c9445a66e763bef206 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 13 Apr 2017 18:58:26 -0400 Subject: [PATCH] Updated for i/o ports --- 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 28943d6c..fb0a2dd8 100644 --- a/docs/Scheme-Language-Compliance.md +++ b/docs/Scheme-Language-Compliance.md @@ -48,6 +48,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 |