From 5c306592f76e8d490457b18e03111f7dfff1a57d Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Wed, 13 Mar 2013 22:57:41 -0400 Subject: [PATCH] For the trip in the AM --- TODO | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..cb6d439 --- /dev/null +++ b/TODO @@ -0,0 +1,31 @@ + + + - Tree mangle routines + + (fn []) displacement to top of relevent scope, replace with + nameref. + + + Manage imports on the fly (for stuff like literal HyExpressions) or + a (-> read eval print loop) + + + Use (def) to imply global foo + + - New Builtins: + + While + + - New macros: + + loop + + - nREPL type thing: + + SocketIO endpoint + + Socket endpoint + + hyde (hy-dee-e - thanks arno) + + - Builtin type checking (@params(HyExpression, HyList, HyExpression)) + + - Better Exception handling + + linenos in the dump + + except IOError as E: # <-- implement + + - Tuples + + - List / Dict comprehensions