ClojureScript browser REPL goes bonkers after it evals

2013-02-25 Thread Bobby Wang
Hi, Sometimes when I start the CLJS browser REPL and evaluate something like js/alert, the alert runs fine, but after a few seconds it goes into an infinite loop while repeatedly printing *ClojureScript:cljs.user java.io.IOException: Write end dead*. The same thing happens on ClojureScript

Re: ClojureScript browser REPL goes bonkers after it evals

2013-02-25 Thread Bobby Wang
Update: this seems to only happen if I start the CLJS REPL inside a CLJ REPL. If I start straight from the command line (ie. lein trampoline cljsbuild repl-listen) it's fine. On Monday, 25 February 2013 19:22:06 UTC-5, Bobby Wang wrote: Hi, Sometimes when I start the CLJS browser REPL