mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Cleanup
This commit is contained in:
parent
4fdbea5c1d
commit
f7eb3aac4e
2 changed files with 2 additions and 2 deletions
2
TODO
2
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
|
||||
|
|
|
@ -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 |
|
||||
|
|
Loading…
Add table
Reference in a new issue