2013-03-14 00:43:19 +01:00
|
|
|
Welcome to Hy's documentation!
|
2013-03-13 03:53:45 +01:00
|
|
|
==============================
|
|
|
|
|
2014-01-25 20:01:16 +01:00
|
|
|
.. image:: _static/hy-logo-small.png
|
|
|
|
:alt: Hy
|
2013-05-21 01:17:11 +02:00
|
|
|
:align: left
|
2013-04-03 18:27:40 +02:00
|
|
|
|
2014-01-25 20:01:16 +01:00
|
|
|
:Try Hy: https://try-hy.appspot.com
|
|
|
|
:PyPI: https://pypi.python.org/pypi/hy
|
|
|
|
:Source: https://github.com/hylang/hy
|
|
|
|
:List: `hylang-discuss <https://groups.google.com/forum/#!forum/hylang-discuss>`_
|
|
|
|
:IRC: ``#hy`` on Freenode
|
|
|
|
:Build status:
|
|
|
|
.. image:: https://secure.travis-ci.org/hylang/hy.png
|
|
|
|
:alt: Travis CI
|
|
|
|
:target: http://travis-ci.org/hylang/hy
|
2013-05-21 01:17:11 +02:00
|
|
|
|
2014-01-25 20:01:16 +01:00
|
|
|
Hy is a wonderful dialect of Lisp that's embedded in Python.
|
2013-12-03 09:51:51 +01:00
|
|
|
|
2014-01-25 20:01:16 +01:00
|
|
|
Since Hy transforms its Lisp code into the Python Abstract Syntax
|
|
|
|
Tree, you have the whole beautiful world of Python at your fingertips,
|
|
|
|
in Lisp form!
|
2013-04-01 15:37:40 +02:00
|
|
|
|
2013-04-01 16:28:52 +02:00
|
|
|
|
2013-03-14 00:43:19 +01:00
|
|
|
Documentation Index
|
|
|
|
===================
|
2013-03-13 03:53:45 +01:00
|
|
|
|
2013-03-14 00:43:19 +01:00
|
|
|
Contents:
|
2013-03-13 03:53:45 +01:00
|
|
|
|
2013-03-14 00:43:19 +01:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 3
|
2013-03-13 03:53:45 +01:00
|
|
|
|
2013-04-05 22:30:12 +02:00
|
|
|
quickstart
|
2013-04-07 17:35:10 +02:00
|
|
|
tutorial
|
2015-01-03 04:56:07 +01:00
|
|
|
style-guide
|
2013-04-07 17:35:10 +02:00
|
|
|
language/index
|
2013-11-30 01:59:20 +01:00
|
|
|
contrib/index
|
2014-01-25 20:01:16 +01:00
|
|
|
hacking
|