update readme

This commit is contained in:
Yuichi Nishiwaki 2013-11-17 18:18:11 +09:00
parent d4188e0969
commit d675ce1c80
1 changed files with 2 additions and 2 deletions

View File

@ -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 |