From 99f45407a50d84d457a86aebde0c99e70d4a0bc5 Mon Sep 17 00:00:00 2001 From: Arlen Christian Mart Cuss Date: Sun, 23 Sep 2012 22:15:20 +1000 Subject: [PATCH] TODO changes. --- TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 0dc6869..d54be8d 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,7 @@ +NEXT: +- destructuring (in FN, LET, everywhere else) +- refactor DEFN, DEFMACRO, LET, BINDING(?) to make use of above + miscellaeny ----------- - MACROEXPAND @@ -36,7 +40,6 @@ core lang - seqs - atoms (actually multithreaded), refs, agents - (. x y) -- destructuring (in FN, LET, everywhere else) - rest of the clojure core API (maybe even in clojure.core ns) - clojure-ish IO libraries which expose async IO - defprotocol -- looks important! ISeq, ISeqable, ISequential and what have