From 28e329e08d79253deb0e8e36356b56eaf3b60757 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 17 Feb 2016 03:25:15 -0500 Subject: [PATCH] WIP --- TODO | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index b844ecc7..9ba2329f 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,10 @@ Initiatives: -- syntax-rules integration (WIP) -- r7rs missing features -- srfi 18 - conditional vars, and missing thread functions -- more complex threading examples +- srfi 18 - missing thread functions, more complex threading examples - test on a 64-bit platform/vm -- online docs via read-the-docs - api documentation +- syntax-rules integration (WIP, works sometimes but needs to compile smaller) +- r7rs missing features +- online docs via read-the-docs? - revisit macro hygiene issues - library issues (name conflicts and limited feature set)