From 6ba8bffe60621de16c31e545a0d409899ae14d38 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 4 Sep 2015 02:28:14 -0400 Subject: [PATCH] Added TODO --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 8cc0c90a..93ced0d0 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ Roadmap: - Add macro support, ideally including some level of hygiene - - Code cleanup - need to take care of accumulated cruft before release + - Code cleanup - need to take care of accumulated cruft before release. also, can we profile to make things any faster? - Target r7rs support (coordinate with feature list) - User manual (or at least API docs, features page may be a good 1st step) - Investigate native thread support. see notes at the end of this file