Konrad Hinsen
0c56885d42
Use __future__.division for all Hy code
...
Fixes #106
Note: This is implemented by replacing all calls to Python's
builtin "compile" function by calls to hy.importer.compile_,
which adds the "future division" flag. Anyone using "compile"
in future work will have to remember this.
2013-04-12 05:23:25 +02:00
Konrad Hinsen
8212ed5794
Do not quit hy if hy.core.process raises an exception
2013-04-09 19:50:49 +02:00
Julien Danjou
bcdf31e287
Do not quit hy if compile error occurs
...
Signed-off-by: Julien Danjou <julien@danjou.info>
2013-04-03 11:44:28 +02:00
James King
aa3a4e54cd
Minor py3.3 fixes
2013-04-02 14:38:21 -04:00
Paul R. Tagliamonte
de7a450d92
Adding in a completer.
2013-03-28 21:42:40 -04:00
Paul R. Tagliamonte
4c50424a66
Don't tab complete yet
2013-03-27 22:20:16 -04:00
Paul Tagliamonte
3d8b436c33
bleh, undoing. We'll have to do something special
2013-03-26 19:17:42 -04:00
Thom Neale
2d781ac631
Import rlcompleter for tab completion
2013-03-26 10:35:12 -03:00
Paul R. Tagliamonte
c7219e3522
Adding in more macrofun
2013-03-25 20:54:36 -04:00
Paul R. Tagliamonte
0558dadf69
hy repl things
2013-03-25 20:31:58 -04:00
Paul Tagliamonte
eb356cb12b
Adding in some readline cuteness
2013-03-25 19:10:59 -04:00
Paul R. Tagliamonte
e2ff4a447f
Adding in another trivial example
2013-03-15 13:00:28 -04:00
Paul R. Tagliamonte
723cf75f73
respacing
2013-03-15 12:38:44 -04:00
Paul R. Tagliamonte
7741b2e1dd
Adding in #! as a comment
2013-03-14 21:03:33 -04:00
Paul R. Tagliamonte
4172ca2db7
Fixing up the REPL a skitchbit.
2013-03-14 19:44:33 -04:00
Paul R. Tagliamonte
ff37c47c43
Adding in a Hy REPL
2013-03-14 17:36:38 -04:00
Paul R. Tagliamonte
e6d094fd40
Add in for loops.
2013-03-06 22:09:13 -05:00
Paul Tagliamonte
12d7fc6726
trainhacking++
2013-03-05 18:16:04 -05:00
Paul R. Tagliamonte
ef9007c229
Futzing about.
2013-03-03 16:26:17 -05:00