update readme

This commit is contained in:
Yuichi Nishiwaki 2014-01-09 00:43:03 +09:00
parent e8a50410a5
commit e12a2b62f6
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
| 4.2.3 Sequencing | yes | |
| 4.2.4 Iteration | yes | |
| 4.2.5 Delayed evaluation | N/A | |
| 4.2.6 Dynamic bindings | no | TODO: `make-parameter`, `parameterize` in C level |
| 4.2.6 Dynamic bindings | yes | |
| 4.2.7 Exception handling | no | `guard` syntax. |
| 4.2.8 Quasiquotation | incomplete | nested is unsupported |
| 4.2.9 Case-lambda | N/A | |