hy/README.md

39 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2013-03-07 01:28:23 +01:00
Hy
==
[![Version](https://img.shields.io/pypi/v/hy.svg)](https://pypi.python.org/pypi/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.
2014-01-30 04:50:15 +01:00
Hy is a Lisp dialect that's embedded in Python. Since Hy transforms its Lisp
code into Python abstract syntax tree (AST) objects, you have the whole
beautiful world of Python at your fingertips, in Lisp form.
2013-03-21 00:41:19 +01:00
To install the latest stable release of Hy, just use the command `pip3 install
--user hy`. Then you can start an interactive read-eval-print loop (REPL) with
the command `hy`, or run a Hy program with `hy myprogram.hy`.
2013-03-21 00:41:19 +01:00
* [Why Hy?](http://docs.hylang.org/en/master/whyhy.html)
* [Tutorial](http://docs.hylang.org/en/master/tutorial.html)
2013-04-05 22:30:12 +02:00
Project
-------
2013-04-13 05:11:53 +02:00
* Code: https://github.com/hylang/hy
* Documentation:
* stable, for use with the latest stable release: http://hylang.org/
* master, for use with the latest revision on GitHub: http://docs.hylang.org/en/master
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)
2017-08-05 21:04:16 +02:00
* [Hacking on Hy](http://docs.hylang.org/en/master/hacking.html)
* [Contributor Guidelines](http://docs.hylang.org/en/master/hacking.html#contributor-guidelines)
* [Code of Conduct](http://docs.hylang.org/en/master/hacking.html#contributor-code-of-conduct)
2016-03-31 22:03:00 +02:00
* IRC: Join #hy on [freenode](https://webchat.freenode.net/)
2019-09-11 16:24:03 +02:00
* [Stack Overflow: The [hy] tag](https://stackoverflow.com/questions/tagged/hy)
![Cuddles the Hacker](https://i.imgur.com/QbPMXTN.png)
(fan art from the one and only [doctormo](http://doctormo.deviantart.com/art/Cuddles-the-Hacker-372184766))