Merge branch 'master' into paultag/feature/eval

This commit is contained in:
Paul R. Tagliamonte 2013-04-10 20:02:57 -04:00
commit 34e38728ca
2 changed files with 4 additions and 1 deletions

View File

@ -17,6 +17,9 @@ It's got an extremely simple Macro system, which will hopefully become
a bit more advanced as the language develops.
</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>
</p>
{% endblock %}

View File

@ -22,7 +22,7 @@
;;;; "compiles" to Python ASTs.
;;;;
;;;; 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.
;;;;
;;;; star the repo @ http://git.io/hy