2013-03-13 19:43:19 -04:00
|
|
|
Welcome to Hy's documentation!
|
2013-03-12 22:53:45 -04:00
|
|
|
==============================
|
|
|
|
|
2013-05-20 15:45:39 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
2013-05-20 18:17:11 -05:00
|
|
|
.. image:: _static/hy_logo-smaller.png
|
|
|
|
:alt: Hy logo
|
|
|
|
:align: left
|
2013-04-03 11:27:40 -05:00
|
|
|
|
2013-10-17 15:35:17 -05:00
|
|
|
Welcome to `Hy <https://github.com/hylang/hy>`_!
|
2013-04-01 09:24:15 -05:00
|
|
|
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 08:23:42 -05:00
|
|
|
|
2013-05-20 18:17:11 -05:00
|
|
|
Meet our mascot, "Cuddles":
|
|
|
|
|
|
|
|
.. image:: http://fc07.deviantart.net/fs70/i/2013/138/f/0/cuddles_the_hacker_by_doctormo-d65l7lq.png
|
|
|
|
:alt: Paul riding cuddles into the distance
|
|
|
|
|
|
|
|
..
|
2013-12-31 16:14:05 -07:00
|
|
|
Our old ascii art mascot version
|
|
|
|
Retained as an easter egg for those who read the docs via .rst!
|
|
|
|
|
|
|
|
LET'S CUDDLEFISH
|
|
|
|
______
|
|
|
|
_.----'#' # '
|
|
|
|
,' #' ,# ;
|
|
|
|
(' (w) _,-'_/
|
|
|
|
/// / /'.____.'
|
|
|
|
\|\||/
|
2013-04-01 08:27:16 -05:00
|
|
|
|
2013-04-01 08:23:42 -05:00
|
|
|
|
2013-12-03 09:51:51 +01:00
|
|
|
You can try Hy `in your browser <https://try-hy.appspot.com>`_.
|
|
|
|
|
2013-07-15 10:45:42 +02:00
|
|
|
Read more about Hy in these docs!
|
2013-04-01 08:37:40 -05:00
|
|
|
|
2013-04-01 09:28:52 -05:00
|
|
|
We're also on IRC! Join
|
2013-04-01 21:09:30 -04:00
|
|
|
`#hy on irc.freenode.net <http://webchat.freenode.net/?channels=hy>`_!
|
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
|
2013-05-20 18:25:26 -05:00
|
|
|
hacking
|
2013-04-07 11:35:10 -04:00
|
|
|
language/index
|
2013-11-29 19:59:20 -05:00
|
|
|
contrib/index
|