From d2962cdccb999be04459a38000ea8daf6f55df6d Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 2 Sep 2016 17:42:49 -0400 Subject: [PATCH] Added a note about param objects and threads --- 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 72a91725..0d6cc6be 100644 --- a/docs/Scheme-Language-Compliance.md +++ b/docs/Scheme-Language-Compliance.md @@ -19,7 +19,7 @@ Section | Status | Comments 4.2.3 Sequencing | Yes | 4.2.4 Iteration | Yes | 4.2.5 Delayed evaluation | Yes | -4.2.6 Dynamic bindings | Yes | +4.2.6 Dynamic bindings | Yes | Parameter objects do not have thread-specific data at this time. 4.2.7 Exception handling | Yes | 4.2.8 Quasiquotation | Yes | 4.2.9 Case-lambda | Yes |