From d675ce1c8011e0134e07bf116de5a5107c62e7ca Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Sun, 17 Nov 2013 18:18:11 +0900 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38f2dfe1..b62d0fbe 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ | 6.8 Vectors | incomplete | string->vector, vector->string, ...etc | | 6.9 Bytevectors | incomplete | TODO: string<->utf8 conversion, etc | | 6.10 Control features | incomplete | TODO: `string-map`, `vector-map`, ...etc | -| 6.11 Exceptions | no | | -| 6.12 Environments and evaluation | no | | +| 6.11 Exceptions | yes | TODO: native error handling | +| 6.12 Environments and evaluation | N/A | | | 6.13 Ports | incomplete | | | 6.14 System interface | incomplete | `exit` is unsafe when used with dynamic-wind |