hy/docs/index.rst

38 lines
865 B
ReStructuredText
Raw Normal View History

2013-03-13 19:43:19 -04:00
Welcome to Hy's documentation!
2013-03-12 22:53:45 -04:00
==============================
2014-01-25 21:01:16 +02:00
.. image:: _static/hy-logo-small.png
:alt: Hy
:align: left
2013-04-03 11:27:40 -05:00
2014-01-25 21:01:16 +02: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
2014-01-25 21:01:16 +02:00
Hy is a wonderful dialect of Lisp that's embedded in Python.
2014-01-25 21:01:16 +02: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 09:28:52 -05:00
2013-03-13 19:43:19 -04:00
Documentation Index
===================
2013-03-12 22:53:45 -04:00
2013-03-13 19:43:19 -04:00
Contents:
2013-03-12 22:53:45 -04:00
2013-03-13 19:43:19 -04:00
.. toctree::
:maxdepth: 3
2013-03-12 22:53:45 -04:00
2013-04-05 16:30:12 -04:00
quickstart
2013-04-07 11:35:10 -04:00
tutorial
language/index
2013-11-29 19:59:20 -05:00
contrib/index
2014-01-25 21:01:16 +02:00
hacking