hy/README.md

50 lines
1.5 KiB
Markdown
Raw Normal View History

2013-03-07 01:28:23 +01:00
Hy
==
2013-10-23 03:08:33 +02:00
![](https://raw.github.com/hylang/shyte/18f6925e08684b0e1f52b2cc2c803989cd62cd91/imgs/xkcd.png)
2013-03-19 04:52:00 +01:00
2013-12-02 15:30:26 +01:00
Lisp and Python should love each other. Let's make it happen. [Try it](http://try-hy.appspot.com/).
2013-03-07 01:28:23 +01:00
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-11-24 10:53:17 +01:00
[![Downloads](https://pypip.in/d/hy/badge.png)](https://crate.io/packages/hy)
[![version](https://pypip.in/v/hy/badge.png)](https://crate.io/packages/hy)
[![Coverage Status](https://coveralls.io/repos/hylang/hy/badge.png)](https://coveralls.io/r/hylang/hy)
2013-04-05 22:30:12 +02:00
2013-03-21 00:41:19 +01:00
Hylarious Hacks
---------------
[Django + Lisp](https://github.com/paultag/djlisp/tree/master/djlisp)
2013-03-22 03:37:02 +01:00
2013-03-22 03:36:36 +01:00
[Python sh fun](https://twitter.com/paultag/status/314925996442796032)
2013-03-21 00:41:19 +01:00
2013-04-28 02:52:37 +02:00
[Hy IRC bot](https://github.com/hylang/hygdrop)
[miniKanren in Hy](https://github.com/algernon/adderall)
2013-03-21 00:41:19 +01:00
2013-03-17 22:52:31 +01: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-26 00:32:19 +01:00
Well, I wrote Hy to help people realize one thing about Python:
2013-03-17 22:52:31 +01:00
It's really goddamn awesome.
Oh, and lisps are neat.
2013-04-05 22:30:12 +02:00
2013-05-18 02:52:52 +02:00
![](http://i.imgur.com/QbPMXTN.png)
2013-05-18 19:07:11 +02:00
(fan art from the one and only [doctormo](http://doctormo.deviantart.com/art/Cuddles-the-Hacker-372184766))
2013-04-05 22:30:12 +02:00
Project
-------
2013-04-13 05:11:53 +02:00
* Code: https://github.com/hylang/hy
* Docs: http://hylang.org/
* Quickstart: http://hylang.org/en/latest/quickstart.html
2013-04-13 05:11:53 +02:00
* Bug reports: We have no bugs! Your bugs are your own! (https://github.com/hylang/hy/issues)
2013-04-05 22:30:12 +02:00
* License: MIT (Expat)