Right. I had several tabs open, and I was reading the Clojure One tutorial
and the same thing happened.
Then I switched to the tab with the Development page and then when I ran
alert, I saw it there and it returns.
--
You received this message because you are subscribed to the Google
Groups "Cl
The ClojureScript REPL will hang if it is not connected to the
browser. Make sure you are on the development page of ClojureScript
One, which is the only page that will allow a REPL connection. If you
are already there then just refresh the page.
The best way to start a ClojureScript REPL is descr
Ah - RTFM - difference between Clojure- and Clojurescript- REPLs -
thanks
So now I have the Clojurescript REPL running; but entering '(js/alert
"hello")' just causes the REPL to hang [doesn't return]
On Jan 13, 2:41 pm, László Török wrote:
> Hi,
>
> you're probably still in the Clojure REPL, rea
Oops! Need to refresh the browser. Works - thanks.
On Jan 13, 2:41 pm, László Török wrote:
> Hi,
>
> you're probably still in the Clojure REPL, read "Manually starting a
> ClojureScript REPL"
>
> and then refresh the development view in your browser and you're all set.
>
> L
>
> 2012/1/12 Huft
>
Hi,
you're probably still in the Clojure REPL, read "Manually starting a
ClojureScript REPL"
and then refresh the development view in your browser and you're all set.
L
2012/1/12 Huft
> Hi,
>
> New to Clojure, excited to take a peek at ClojureScriptOne. Installed
> it, now running script/run;
Hi,
New to Clojure, excited to take a peek at ClojureScriptOne. Installed
it, now running script/run; repl appears, application visible at
localhost:8080, clicked 'Development'. Now trying to enter forms at
the repl, as per
https://github.com/brentonashworth/one/wiki/Getting-started
However if