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
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 a hurry so I'm going to continue the work on cljs-
devmode tom
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