hy/README.md

47 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2013-03-06 19:28:23 -05:00
Hy
==
2013-10-22 21:08:33 -04:00
![](https://raw.github.com/hylang/shyte/18f6925e08684b0e1f52b2cc2c803989cd62cd91/imgs/xkcd.png)
2013-03-18 23:52:00 -04:00
2013-03-06 19:28:23 -05:00
Lisp and Python should love each other. Let's make it happen.
2013-05-07 20:04:04 +02:00
[![Build Status](https://travis-ci.org/hylang/hy.png?branch=master)](https://travis-ci.org/hylang/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-04-27 20:52:37 -04:00
[Hy IRC bot](https://github.com/hylang/hygdrop)
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
2013-05-17 20:52:52 -04:00
![](http://i.imgur.com/QbPMXTN.png)
2013-05-18 13:07:11 -04:00
(fan art from the one and only [doctormo](http://doctormo.deviantart.com/art/Cuddles-the-Hacker-372184766))
2013-04-05 16:30:12 -04:00
Project
-------
2013-04-12 23:11:53 -04:00
* Code: https://github.com/hylang/hy
2013-04-05 16:30:12 -04:00
* Docs: http://hy.rtfd.org/
2013-10-10 17:44:06 -04:00
* Quickstart: http://hy.rtfd.org/quickstart
2013-04-12 23:11:53 -04:00
* Bug reports: We have no bugs! Your bugs are your own! (https://github.com/hylang/hy/issues)
2013-04-05 16:30:12 -04:00
* License: MIT (Expat)