@@ -11,22 +11,21 @@ Hy is a Lisp dialect that's embedded in Python. Since Hy transforms its Lisp
11
11
code into Python abstract syntax tree (AST) objects, you have the whole
12
12
beautiful world of Python at your fingertips, in Lisp form.
13
13
14
- To install the latest alpha of Hy, just use the command `pip3 install --pre
14
+ To install the latest release of Hy, just use the command `pip3 install
15
15
--user hy`. Then you can start an interactive read-eval-print loop (REPL) with
16
16
the command ` hy ` , or run a Hy program with ` hy myprogram.hy ` .
17
17
18
18
* [ Try Hy with a web console] ( https://hylang.github.io/hy-interpreter )
19
- * [ Why Hy?] ( http://docs.hylang.org/en/alpha /whyhy.html )
20
- * [ Tutorial] ( http://docs.hylang.org/en/alpha /tutorial.html )
19
+ * [ Why Hy?] ( http://docs.hylang.org/en/stable /whyhy.html )
20
+ * [ Tutorial] ( http://docs.hylang.org/en/stable /tutorial.html )
21
21
22
22
Project
23
23
-------
24
24
25
25
* Code: https://github.com/hylang/hy
26
26
* Documentation:
27
27
* master, for use with the latest revision on GitHub: http://docs.hylang.org/en/master
28
- * alpha, for use with the latest alpha release: http://hylang.org/en/alpha
29
- * stable, for use with version 0.20.0: http://hylang.org/en/stable
28
+ * stable, for use with the latest release on PyPI: http://hylang.org/en/stable
30
29
* Bug reports: We have no bugs! Your bugs are your own! (https://github.com/hylang/hy/issues )
31
30
* License: MIT (Expat)
32
31
* [ Hacking on Hy] ( http://docs.hylang.org/en/master/hacking.html )
0 commit comments