diff --git a/TODO b/TODO index 03b98412..5474faa6 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ Initiatives: -- srfi 18 - missing thread functions, more complex threading examples +- srfi 18 - more complex threading examples - api documentation - syntax-rules integration (WIP, works sometimes but needs to compile smaller) - r7rs missing features diff --git a/docs/Scheme-Language-Compliance.md b/docs/Scheme-Language-Compliance.md index 998dc491..33f4ae56 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 | Begin may not sequence properly as part of a library definition 4.2.4 Iteration | Yes | 4.2.5 Delayed evaluation | Yes | -4.2.6 Dynamic bindings | | +4.2.6 Dynamic bindings | | Not supported yet. 4.2.7 Exception handling | Yes | 4.2.8 Quasiquotation | Yes | 4.2.9 Case-lambda | Yes |