hy/README.md

42 lines
959 B
Markdown
Raw Permalink Normal View History

2013-03-06 19:28:23 -05:00
Hy
==
2013-03-18 23:52:00 -04:00
![](https://raw.github.com/paultag/hy/master/site/imgs/xkcd.png)
2013-03-06 19:28:23 -05:00
Lisp and Python should love each other. Let's make it happen.
[![Build Status](https://travis-ci.org/paultag/hy.png?branch=master)](https://travis-ci.org/paultag/hy)
2013-03-17 17:52:31 -04:00
2013-04-05 16:30:12 -04:00
2013-03-20 19:41:19 -04:00
Hylarious Hacks
---------------
[Django + Lisp](https://github.com/paultag/djlisp/tree/master/djlisp)
2013-03-21 22:37:02 -04:00
2013-03-21 22:36:36 -04:00
[Python sh fun](https://twitter.com/paultag/status/314925996442796032)
2013-03-20 19:41:19 -04:00
2013-03-17 17:52:31 -04:00
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?
2013-03-25 19:32:19 -04:00
Well, I wrote Hy to help people realize one thing about Python:
2013-03-17 17:52:31 -04:00
It's really goddamn awesome.
Oh, and lisps are neat.
2013-04-05 16:30:12 -04:00
Project
-------
* Code: https://github.com/paultag/hy
* Docs: http://hy.rtfd.org/
* Quickstart: http://hy.rtfd.org/en/latest/quickstart.html
* Bug reports: We have no bugs! Your bugs are your own! (https://github.com/paultag/hy/issues)
* License: MIT (Expat)