Hy fork
Go to file
Tristram Oaten fc3dd8ab66 Fix Tuukka print example (#1304)
It was missing quotes around "Tuukka". Output from hy to confirm everything's good:

```clojure
hy unknown using CPython(default) 3.6.1 on Linux
=> (print "Hello there," "Tuukka")
Hello there, Tuukka
```
2017-06-12 08:36:47 -05:00
bin Make hy2py public. 2014-04-30 01:51:21 +03:00
docs Fix Tuukka print example (#1304) 2017-06-12 08:36:47 -05:00
hy Modify cond to support single argument branches 2017-06-10 08:30:53 -07:00
scripts Make all files comply with license-header policy 2017-04-27 14:16:57 -07:00
tests Modify cond to support single argument branches 2017-06-10 08:30:53 -07:00
.dockerignore Add initial .dockerignore file 2014-10-06 13:37:51 -06:00
.gitignore Migrate from Nose to pytest 2017-04-26 14:00:11 -07:00
.mailmap added new mail 2014-09-08 14:56:04 +02:00
.travis.yml Don't use Tox on Travis 2017-04-26 14:00:39 -07:00
AUTHORS Add Neil Lindquist to AUTHORS 2017-06-10 08:31:01 -07:00
conftest.py Migrate from Nose to pytest 2017-04-26 14:00:11 -07:00
CONTRIBUTING.rst Update documentation links 2017-05-24 09:46:11 -07:00
Dockerfile update my email 2014-11-22 10:28:31 -05:00
get_version.py Remove the documentation's dependency on Hy itself 2017-05-23 11:28:28 -07:00
LICENSE Removing my name from the license. 2013-04-05 20:04:36 -04:00
make.bat Migrate from Nose to pytest 2017-04-26 14:00:11 -07:00
Makefile Migrate from Nose to pytest 2017-04-26 14:00:11 -07:00
MANIFEST.in Add the manifest. (#1186) 2016-12-25 14:17:32 -06:00
NEWS Modify cond to support single argument branches 2017-06-10 08:30:53 -07:00
README.md Update documentation links 2017-05-24 09:46:11 -07:00
requirements-dev.txt Migrate from Nose to pytest 2017-04-26 14:00:11 -07:00
requirements-travis.txt Remove tests for contrib.botsbuildbots 2016-12-29 08:35:54 -08:00
setup.cfg Migrate from Nose to pytest 2017-04-26 14:00:11 -07:00
setup.py Remove the documentation's dependency on Hy itself 2017-05-23 11:28:28 -07:00
tox.ini Migrate from Nose to pytest 2017-04-26 14:00:11 -07:00

Hy

Build Status Downloads Version Coverage Status

XKCD #224

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

Hylarious Hacks

OK, so, why?

Well. Python is awesome. So awesome, that we have so many tools to alter the language 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 awesome.

Oh, and lisps are neat.

Cuddles the Hacker

(fan art from the one and only doctormo)

Project