hy/README.md

50 lines
2.0 KiB
Markdown
Raw Normal View History

2013-03-07 01:28:23 +01:00
Hy
==
[![Build Status](https://img.shields.io/travis/hylang/hy/master.svg)](https://travis-ci.org/hylang/hy)
[![Downloads](https://img.shields.io/pypi/dm/hy.svg)](https://pypi.python.org/pypi/hy)
[![Version](https://img.shields.io/pypi/v/hy.svg)](https://pypi.python.org/pypi/hy)
[![Coverage Status](https://img.shields.io/coveralls/hylang/hy/master.svg)](https://coveralls.io/r/hylang/hy)
2013-04-05 22:30:12 +02:00
<a href="https://xkcd.com/224/"><img title="We lost the documentation on quantum mechanics. You'll have to decode the regexes yourself." alt="XKCD #224" src="https://raw.github.com/hylang/shyte/18f6925e08684b0e1f52b2cc2c803989cd62cd91/imgs/xkcd.png"></a>
2014-01-30 04:50:15 +01:00
Lisp and Python should love each other. Let's make it happen. [Try it](http://try-hy.appspot.com/).
2013-03-21 00:41:19 +01:00
Hylarious Hacks
---------------
* [Django + Lisp](https://github.com/paultag/djlisp/tree/master/djlisp)
* [Python `sh` Fun](https://twitter.com/paultag/status/314925996442796032)
* [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
language in a *core* way, but we never use them.
2013-03-17 22:52:31 +01:00
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
2014-02-11 00:29:35 +01:00
It's really awesome.
2013-03-17 22:52:31 +01:00
Oh, and lisps are neat.
2013-04-05 22:30:12 +02:00
2016-01-01 12:20:19 +01:00
![Cuddles the Hacker](https://i.imgur.com/QbPMXTN.png)
2013-05-18 02:52:52 +02:00
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
2015-09-25 07:04:17 +02:00
* Docs (latest, for use with bleeding-edge github version): http://hylang.org/
* Docs (stable, for use with the PyPI version): http://docs.hylang.org/en/stable/
* 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)
2015-06-23 14:33:42 +02:00
* [Contributor Guidelines & Code of Conduct](https://github.com/hylang/hy/blob/master/CONTRIBUTING.rst)
2016-03-31 22:03:00 +02:00
* IRC: Join #hy on [freenode](https://webchat.freenode.net/)