From 41cc75e18167b26903876bf1b3612eee429bce68 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Tue, 18 Feb 2014 04:25:25 +0900 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69394111..d0ba58e1 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Picrin is a lightweight scheme implementation intended to comply with full R7RS | 6.12 Environments and evaluation | N/A | | | 6.13.1 Ports | yes | | | 6.13.2 Input | incomplete | | -| 6.13.3 Output | yes | TODO: `write`, `write-shared` and `display` are unsafe against circular objects | +| 6.13.3 Output | yes | | | 6.14 System interface | yes | | 1. Picrin provides hygienic macros in addition to so-called legacy macro (`define-macro`), such as syntactic closure, explicit renaming macro, and implicit renaming macro. As of now let-syntax and letrec-syntax are not provided.