From e12a2b62f6abba4229946209114d6ce600854e40 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Thu, 9 Jan 2014 00:43:03 +0900 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a63cd4bb..492ca81c 100644 --- a/README.md +++ b/README.md @@ -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 | |