hy/docs/index.rst

43 lines
919 B
ReStructuredText
Raw Normal View History

2013-03-14 00:43:19 +01:00
Welcome to Hy's documentation!
2013-03-13 03:53:45 +01:00
==============================
2013-04-03 18:27:40 +02:00
.. image:: _static/hy_logo-smaller.png
:alt: Hy logo
:align: left
Welcome to `Hy <https://github.com/paultag/hy>`_!
Hy is a wonderful dialect of Lisp that's embedded in Python.
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:23:42 +02:00
2013-04-01 15:34:10 +02:00
Meet our mascot, "Cuddles"::
LET'S CUDDLEFISH
2013-04-01 15:23:42 +02:00
______
_.----'#' # '
,' #' ,# ;
(' (w) _,-'_/
/// / /'.____.'
2013-04-01 15:23:42 +02:00
\|\||/
Read more about Hy in these docs! Or, if you'd like, try the
`interactive hy->python demo <http://hy.pault.ag/>`_!
2013-04-01 16:28:52 +02:00
We're also on IRC! Join
2013-04-02 03:09:30 +02:00
`#hy on irc.freenode.net <http://webchat.freenode.net/?channels=hy>`_!
2013-04-01 16:28:52 +02:00
2013-03-13 03:53:45 +01: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
hacking
2013-04-03 23:21:31 +02:00
language/tutorial
2013-03-14 00:43:19 +01:00
.. library/index