Re: ClojureScript: Problem getting Browser Repl Env to Work

2011-09-26 Thread David Nolen
I don't this is a bug. ClojureScript requires UTF-8. David On Mon, Sep 26, 2011 at 5:03 PM, Volker Schlecht wrote: > Got it ... here's what was missing from my index.html: > > > > If I remove that, browser.repl fails. Can anyone else reproduce / > confirm this? > > -- > You received this messag

Re: ClojureScript: Problem getting Browser Repl Env to Work

2011-09-26 Thread Volker Schlecht
Got it ... here's what was missing from my index.html: If I remove that, browser.repl fails. Can anyone else reproduce / confirm this? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Not

Re: ClojureScript: Problem getting Browser Repl Env to Work

2011-09-24 Thread Volker Schlecht
Not that I could detect any ... monitoring the traffic from Firebug shows me a GET request that sends a lot of sensible looking javascript, then I see a POST to localhost:9000 which gets answered by the goog.provide for the repl. The only detectable difference I see on the browser side is that the

Re: ClojureScript: Problem getting Browser Repl Env to Work

2011-09-23 Thread David Nolen
Are you getting any missing resources errors? On Fri, Sep 23, 2011 at 4:03 PM, Volker Schlecht wrote: > No unfortunately not, with neither FF nor Chrome, and using the > Javascript Debuggers of both ... > > On Sep 21, 10:27 pm, David Nolen wrote: > > Do you get any JS errors from the browser at

Re: ClojureScript: Problem getting Browser Repl Env to Work

2011-09-23 Thread Volker Schlecht
No unfortunately not, with neither FF nor Chrome, and using the Javascript Debuggers of both ... On Sep 21, 10:27 pm, David Nolen wrote: > Do you get any JS errors from the browser at the JS console? > > David > > On Wed, Sep 21, 2011 at 4:23 PM, Volker Schlecht > wrote: > > > > > > > > > Hi, > >

Re: ClojureScript: Problem getting Browser Repl Env to Work

2011-09-21 Thread David Nolen
Do you get any JS errors from the browser at the JS console? David On Wed, Sep 21, 2011 at 4:23 PM, Volker Schlecht wrote: > Hi, > > no, I've tried it against - essentially - a manual replication of the > built-in sample. But thanks for the hint, because the sample does > work, but so far I have

Re: ClojureScript: Problem getting Browser Repl Env to Work

2011-09-21 Thread Volker Schlecht
Hi, no, I've tried it against - essentially - a manual replication of the built-in sample. But thanks for the hint, because the sample does work, but so far I haven't figured out the deciding difference ... at least I have a reference now to compare against. Thanks! Volker On Sep 21, 7:26 pm, Da

Re: ClojureScript: Problem getting Browser Repl Env to Work

2011-09-21 Thread David Nolen
Hmm in my experience 1. Start the Browser REPL 2. Open your project's main html file (index.html) And you're good to go. Sometimes you need to refresh the browser but that's about it as far as I can tell. Are you trying this against the built in sample? David On Tue, Sep 20, 2011 at 4:32 PM, V

ClojureScript: Problem getting Browser Repl Env to Work

2011-09-20 Thread Volker Schlecht
Hi everybody, I'm trying out the new browser repl-environment using both the tutorial (https://github.com/clojure/clojurescript/wiki/The-REPL-and- Evaluation-Environments) but so far am unable to get it to work. Using current (as of the writing of this mail) master from github, and following the