From 53b65df391dce3a0af2a47a7ce8341ebec01f73d Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 24 Mar 2016 00:47:10 -0400 Subject: [PATCH] bytevector support --- 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 9980a820..821f42de 100644 --- a/docs/Scheme-Language-Compliance.md +++ b/docs/Scheme-Language-Compliance.md @@ -39,7 +39,7 @@ Section | Status | Comments 6.6 Characters | Partial | No unicode support, `char-ci` predicates are not implemented. 6.7 Strings | Partial | No unicode support, `string-ci` functions are not implemented. 6.8 Vectors | Yes | -6.9 Bytevectors | | Not supported yet. +6.9 Bytevectors | Yes | UTF-8 functions are not provided at this time. 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.