Hy fork
Go to file
Gergely Nagy a619295dd7
bin/hy2py: Add a bunch of command-line options
The hy2py tool has been very useful for me, but most of the time, it's
only a part of its output that one is interested in. The whole output,
with source code, AST and python code together is one big monstrosity.
So instead of printing all that, lets have a few handy command-line
options to control which part gets printed.

By default, only the generated python source is, as that's what the name
of the tool implies.

Also, don't run it. That's what hy is for.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2014-01-14 09:17:56 +01:00
bin bin/hy2py: Add a bunch of command-line options 2014-01-14 09:17:56 +01:00
docs Fix a markup error in the apply doc. 2014-01-14 06:08:54 +02:00
eg Change the signature of (for) and (with). 2013-12-31 13:35:31 -05:00
hy Added loop/recur macro for tail-call optimization 2014-01-12 14:02:27 -05:00
scripts Some small doc fixes 2013-12-31 16:14:05 -07:00
tests bin/hy2py: Add a bunch of command-line options 2014-01-14 09:17:56 +01:00
.coveragerc Adding support for coverage tests at coveralls 2013-12-03 01:58:35 +05:30
.gitignore Provide bin scripts for both Windows and *nix 2013-07-14 09:06:42 -06:00
.travis.yml Adding support for coverage tests at coveralls 2013-12-03 01:58:35 +05:30
AUTHORS No fox for you. 2014-01-01 12:41:22 -05:00
LICENSE Removing my name from the license. 2013-04-05 20:04:36 -04:00
make.bat Add a "clean" target to make and make.bat 2014-01-02 11:28:31 +02:00
Makefile Add a "clean" target to make and make.bat 2014-01-02 11:28:31 +02:00
NEWS Merge pull request #406 from paultag/paultag/bugfix/im-an-idiot 2013-12-31 11:12:15 -08:00
README.md fixed readthedocs links and updated the quickstart URL 2014-01-08 03:53:02 +01:00
requirements-dev.txt Remove astor from requirements-dev.txt. 2013-12-23 08:12:22 +02:00
requirements.txt Update requirements.txt and setup.py to use rply upstream. 2013-12-08 07:11:42 +02:00
setup.cfg Adding in some basic bits in 2013-03-02 20:58:58 -05:00
setup.py Add astor to install_requires. 2013-12-10 17:46:45 +02:00
tox.ini Nuke the rply git checkout from tox.ini 2013-12-23 15:31:36 +01:00

Hy

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

Build Status Downloads version Coverage Status

Hylarious Hacks

Django + Lisp

Python sh fun

Hy IRC bot

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.

(fan art from the one and only doctormo)

Project