2013-03-14 00:43:19 +01:00
|
|
|
Welcome to Hy's documentation!
|
2013-03-13 03:53:45 +01:00
|
|
|
==============================
|
|
|
|
|
2013-05-20 21:45:39 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2013-05-21 01:17:11 +02:00
|
|
|
.. image:: _static/hy_logo-smaller.png
|
|
|
|
:alt: Hy logo
|
|
|
|
:align: left
|
2013-04-03 18:27:40 +02:00
|
|
|
|
2013-10-17 22:35:17 +02:00
|
|
|
Welcome to `Hy <https://github.com/hylang/hy>`_!
|
2013-04-01 16:24:15 +02: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 15:23:42 +02:00
|
|
|
|
2013-05-21 01:17:11 +02: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
|
|
|
|
|
|
|
|
..
|
2014-01-01 00:14:05 +01: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 15:27:16 +02:00
|
|
|
|
2013-04-01 15:23:42 +02: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 15:37:40 +02:00
|
|
|
|
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-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
|
2013-05-21 01:25:26 +02:00
|
|
|
hacking
|
2013-04-07 17:35:10 +02:00
|
|
|
language/index
|
2013-11-30 01:59:20 +01:00
|
|
|
contrib/index
|