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 Builtins:
|
2013-03-14 03:57:41 +01:00
|
|
|
+ While
|
|
|
|
|
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-03-14 22:36:38 +01:00
|
|
|
- List / 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 13:22:10 +01:00
|
|
|
|
2013-03-14 22:36:38 +01:00
|
|
|
- core tests (odd? even? true? false?) which
|
|
|
|
build out to a lambda / function / expr
|