diff --git a/site/templates/index.html b/site/templates/index.html index c0f6dc9..4a7420c 100644 --- a/site/templates/index.html +++ b/site/templates/index.html @@ -17,6 +17,9 @@ It's got an extremely simple Macro system, which will hopefully become a bit more advanced as the language develops.

+Read the docs to learn more. +

+

Want to try it out? Flip on JavaScript and try out the REPL

{% endblock %} diff --git a/site/templates/repl.html b/site/templates/repl.html index 52e473a..bf905f1 100644 --- a/site/templates/repl.html +++ b/site/templates/repl.html @@ -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