update readme. string I/O has been landed

This commit is contained in:
Yuichi Nishiwaki 2014-02-09 14:08:14 +09:00
parent b8d4461401
commit c5c86f53e3
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ Picrin is a lightweight scheme implementation intended to comply with full R7RS
| 6.10 Control features | yes | |
| 6.11 Exceptions | yes | TODO: native error handling |
| 6.12 Environments and evaluation | N/A | |
| 6.13.1 Ports | incomplete | TODO: string I/O, bytevector I/O |
| 6.13.1 Ports | incomplete | TODO: bytevector I/O |
| 6.13.2 Input | incomplete | |
| 6.13.3 Output | yes | TODO: `write`, `write-shared` and `display` are unsafe against circular objects |
| 6.14 System interface | yes | |