Hy fork
Go to file
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
bin Use __future__.division for all Hy code 2013-04-12 05:23:25 +02:00
docs small internals tweak 2013-04-08 21:53:06 -04:00
eg Add in a Python 3 hello world 2013-04-02 21:33:08 -04:00
hy Use __future__.division for all Hy code 2013-04-12 05:23:25 +02:00
maintainer-scripts small tweaks to meta stuff 2013-03-11 20:21:07 -04:00
site Minor correction to repl template. Added link to docs. 2013-04-10 11:11:05 -04:00
tests Use __future__.division for all Hy code 2013-04-12 05:23:25 +02:00
.gitignore adding build to gitignore 2013-03-06 19:51:10 -05:00
.travis.yml Why is the blacklist not working? 2013-04-10 22:00:51 -04:00
AUTHORS Add @khinsen to AUTHORS 2013-04-09 19:55:19 -04:00
LICENSE Removing my name from the license. 2013-04-05 20:04:36 -04:00
Makefile Adding in an upload target. 2013-04-07 19:45:38 -04:00
NEWS compiler: add else' support in try' 2013-04-09 17:00:30 +02:00
README.md Add quickstart and hacking docs 2013-04-05 16:30:12 -04:00
requirements-dev.txt Syntax highlight blocks as clj 2013-04-01 12:55:16 -04:00
requirements-site.txt Moving to astor.codegen 2013-03-11 21:12:38 -04:00
requirements.txt Adding back Python 2.6. 2013-03-13 20:02:16 -04:00
setup.cfg Adding in some basic bits in 2013-03-02 20:58:58 -05:00
setup.py Forgot these. 2013-03-27 22:19:57 -04:00
TODO note to self, changelog 2013-04-03 20:39:00 -04:00
tox.ini Add flake8 in tox 2013-04-06 21:16:28 +02:00

Hy

Lisp and Python should love each other. Let's make it happen.

Build Status

Hylarious Hacks

Django + Lisp

Python sh fun

OK, so, why?

Well. Python is awesome. So awesome, that we have so many tools to alter the languge in a core way, but we never use them.

Why?

Well, I wrote Hy to help people realize one thing about Python:

It's really goddamn awesome.

Oh, and lisps are neat.

Project