hy/TODO

33 lines
702 B
Plaintext
Raw Normal View History

2013-03-14 03:57:41 +01:00
- 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
2013-03-14 22:36:38 +01:00
- New macros:
2013-03-14 03:57:41 +01:00
+ loop
2013-03-14 22:36:38 +01:00
- nREPL type thing:
2013-03-14 03:57:41 +01:00
+ SocketIO endpoint
+ Socket endpoint
+ hyde (hy-dee-e - thanks arno)
2013-03-14 22:36:38 +01:00
- Builtin type checking (@params(HyExpression, HyList, HyExpression))
2013-03-14 03:57:41 +01:00
2013-03-14 22:36:38 +01:00
- Better Exception handling
2013-03-14 03:57:41 +01:00
+ linenos in the dump
2013-04-02 15:00:51 +02:00
- Dict comprehensions
2013-03-14 03:57:41 +01:00
2013-03-14 22:36:38 +01:00
- var-arity [x y & z]
2013-03-14 22:36:38 +01:00
- core tests (odd? even? true? false?) which
build out to a lambda / function / expr
2013-04-04 02:39:00 +02:00
- add -d flag (debug) for hy REPL based on @jd's try/catch