Skip to content

Add reference to Klipse web repl #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ <h1>ClojureScript Koans</h1>

<p>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.</p>

<p>If you become vexed, do not be afraid to seek help. You may find it particularly useful to keep a <a href="http://clojurescript.net">ClojureScript REPL</a> handy as you proceed.</p>
<p>If you become vexed, do not be afraid to seek help. You may find it particularly useful to keep a <a href="http://clojurescript.net">ClojureScript REPL</a> handy as you proceed.
You might also find the <a href="http://app.klipse.tech/">Klipse Web REPL</a> useful for editing more than one expressions and viewing the javascript transpiled code.</p>

<noscript>
<strong>You will need to enable JavaScript to begin your journey.</strong>
Expand Down