You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:title: We lost the documentation on quantum mechanics. You'll have to decode the regexes yourself.
14
+
15
+
Lisp and Python should love each other. Let's make it happen.
16
+
17
+
Hy is a Lisp dialect that's embedded in Python. Since Hy transforms its Lisp
18
+
code into Python abstract syntax tree (AST) objects, you have the whole
19
+
beautiful world of Python at your fingertips, in Lisp form.
20
+
21
+
To install the latest release of Hy, just use the command ``pip3 install
22
+
--user hy``. Then you can start an interactive read-eval-print loop (REPL) with
23
+
the command ``hy``, or run a Hy program with ``hy myprogram.hy``.
24
+
25
+
* `The Hy homepage <http://hylang.org>`__
26
+
* `Try Hy with a web console <http://hylang.org/try-hy>`__
27
+
28
+
Project
29
+
-------
30
+
31
+
* Code: https://github.com/hylang/hy
32
+
* Documentation: http://hylang.org/hy/doc
33
+
* Bug reports: We have no bugs! Your bugs are your own! (https://github.com/hylang/hy/issues)
34
+
* License: MIT (Expat)
35
+
* Community: Join us on `Github Discussions <https://github.com/hylang/hy/discussions>`__
36
+
* `Stack Overflow: The [hy] tag <https://stackoverflow.com/questions/tagged/hy>`__
37
+
38
+
Hy's current maintainer is `Kodi Arfer <https://github.com/Kodiologist>`__. He takes responsibility for answering user questions, which should primarily be asked on Stack Overflow or GitHub Discussions, but feel free to `poke him <http://arfer.net/elsewhere>`__ if he's missed a question or you've found a serious security issue.
39
+
40
+
.. image:: https://i.imgur.com/QbPMXTN.png
41
+
:alt:Cuddles the Hacker
42
+
43
+
(fan art from the one and only `doctormo <http://doctormo.deviantart.com/art/Cuddles-the-Hacker-372184766>`__)
0 commit comments