On 25 Jul 2011, at 17:33, Max Weber wrote:
> Hi,
>
> today I've been working on cljs-devmode:
>
> https://github.com/maxweber/cljs-devmode
>
> It is a really primitive prototype of a development mode for
> ClojureScript. For an explanation take a look at the README on the
> GitHub repo. I'm in
of
> ClojureScript. It's really quite exciting - thanks everyone for putting so
> much effort and thought into it.
>
> One thing I'm wondering about (and hope that someone with more ClojureScript
> dev experience than myself could help illuminate things for me) is what a
On Mon, Jul 25, 2011 at 4:02 AM, Sam Aaron wrote:
> Also, with respect to the lack of ability to interact with the browser
> directly through the REPL or editor like with emacs-swank-slime, is it fair
> to assume that this is just due to the current implementation being
> Rhino-based?
Perhaps C
>
>
> Also, with respect to the lack of ability to interact with the browser
> directly through the REPL or editor like with emacs-swank-slime, is it fair
> to assume that this is just due to the current implementation being
> Rhino-based? Also ClojureScript doesn't support eval, I'm assuming
> Jav
On 24 Jul 2011, at 23:10, Eric Lavigne wrote:
>
> Also, look for a recent post by Peter Taoussanis. It sounds like he has come
> up with a very good workflow for ClojureScript development.
That certainly looks very interesting and exactly the kind of thing I was
looking for.
Also, with respe
>
>
> Although I did get a REPL, it was totally disconnected from the browser, so
> I wasn't able to test any GUI stuff with it and if I modified the code I had
> to wait quite a long time for the js to compile before I saw the changes in
> the browser.
>
>
As mentioned in Rich's presentation video
x27;m wondering about (and hope that someone with more ClojureScript
dev experience than myself could help illuminate things for me) is what a
typical ClojureScript development workflow looks like.
With Clojure, I do the following:
* start up a swank server
* hack in the repl
* hack in the text e