d4357fe35c
Thanks so much! Read more at: http://www.kenanb.com/posts/Hy-Programming-Language-Logo.html
55 lines
1.2 KiB
ReStructuredText
55 lines
1.2 KiB
ReStructuredText
Welcome to Hy's documentation!
|
|
==============================
|
|
|
|
|
|
|
|
|
|
.. image:: _static/hy-logo-full.png
|
|
:alt: Hy logo
|
|
:align: left
|
|
|
|
Welcome to `Hy <https://github.com/hylang/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!
|
|
|
|
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
|
|
|
|
..
|
|
Our old ascii art mascot version
|
|
Retained as an easter egg for those who read the docs via .rst!
|
|
|
|
LET'S CUDDLEFISH
|
|
______
|
|
_.----'#' # '
|
|
,' #' ,# ;
|
|
(' (w) _,-'_/
|
|
/// / /'.____.'
|
|
\|\||/
|
|
|
|
|
|
You can try Hy `in your browser <https://try-hy.appspot.com>`_.
|
|
|
|
Read more about Hy in these docs!
|
|
|
|
We're also on IRC! Join
|
|
`#hy on irc.freenode.net <http://webchat.freenode.net/?channels=hy>`_!
|
|
|
|
Documentation Index
|
|
===================
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
quickstart
|
|
tutorial
|
|
hacking
|
|
language/index
|
|
contrib/index
|