Merge branch 'master' into paultag/feature/eval
This commit is contained in:
commit
34e38728ca
@ -17,6 +17,9 @@ It's got an extremely simple Macro system, which will hopefully become
|
|||||||
a bit more advanced as the language develops.
|
a bit more advanced as the language develops.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
<a href="https://hy.readthedocs.org/en/latest/" title="Hy Documentation">Read the docs</a> to learn more.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
Want to try it out? Flip on JavaScript and try out the <a href="/repl" >REPL</a>
|
Want to try it out? Flip on JavaScript and try out the <a href="/repl" >REPL</a>
|
||||||
</p>
|
</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
;;;; "compiles" to Python ASTs.
|
;;;; "compiles" to Python ASTs.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This pane is the Hy lisp variant,
|
;;;; This pane is the Hy lisp variant,
|
||||||
;;;; and the left side is what the output
|
;;;; and the right side is what the output
|
||||||
;;;; AST looks like using the `codegen` module.
|
;;;; AST looks like using the `codegen` module.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; star the repo @ http://git.io/hy
|
;;;; star the repo @ http://git.io/hy
|
||||||
|
Loading…
Reference in New Issue
Block a user