diff --git a/index.html b/index.html index 23aa581..1ee85cf 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,8 @@

ClojureScript Koans

You don't need any experience with Clojure or ClojureScript. The koans will expose you to the fundamentals of ClojureScript, from basic concepts and syntax through more advanced techniques.

-

If you become vexed, do not be afraid to seek help. You may find it particularly useful to keep a ClojureScript REPL handy as you proceed.

+

If you become vexed, do not be afraid to seek help. You may find it particularly useful to keep a ClojureScript REPL handy as you proceed. + You might also find the Klipse Web REPL useful for editing more than one expressions and viewing the javascript transpiled code.