This commit is contained in:
Justin Ethier 2016-02-18 21:48:44 -05:00
parent 4fdbea5c1d
commit f7eb3aac4e
2 changed files with 2 additions and 2 deletions

2
TODO
View file

@ -1,6 +1,6 @@
Initiatives: Initiatives:
- srfi 18 - missing thread functions, more complex threading examples - srfi 18 - more complex threading examples
- api documentation - api documentation
- syntax-rules integration (WIP, works sometimes but needs to compile smaller) - syntax-rules integration (WIP, works sometimes but needs to compile smaller)
- r7rs missing features - r7rs missing features

View file

@ -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.3 Sequencing | Yes | Begin may not sequence properly as part of a library definition
4.2.4 Iteration | Yes | 4.2.4 Iteration | Yes |
4.2.5 Delayed evaluation | 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.7 Exception handling | Yes |
4.2.8 Quasiquotation | Yes | 4.2.8 Quasiquotation | Yes |
4.2.9 Case-lambda | Yes | 4.2.9 Case-lambda | Yes |