Re: [ClojureScript] Re: New visual debugger added to Coils Om framework

2014-08-11 Thread Zubair Quraishi
On Friday, August 8, 2014 7:20:41 PM UTC+2, Harsha wrote: Hi, https://github.com/harsha-mudi/esti -- that's the app That's the debugger as a mixin, https://github.com/harsha-mudi/rdp/blob/master/lib/debugger.js The ui of the debugger is in the esti app again. Debugging

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2301, Transducers!

2014-08-11 Thread Ivan Mikushin
The same issue (and workaround) applies to clojurescript-0.0.2311 -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups ClojureScript group. To unsubscribe from this group and

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2301, Transducers!

2014-08-11 Thread Alex Miller
Sonatype reports the cache has been purged and it should be working again. Seems to be for me. On Mon, Aug 11, 2014 at 8:35 AM, Ivan Mikushin i.mikus...@gmail.com wrote: The same issue (and workaround) applies to clojurescript-0.0.2311 -- Note that posts from new members are moderated -

Re: [ClojureScript] Re: New visual debugger added to Coils Om framework

2014-08-11 Thread Sreeharsha Mudivarti
Documentation is definitely a weak point. Trying to do some literate programming style documentation :) I call this model, Reactive Data Processing (RDP). Design Influences are listed at -- http://lexical.foobar.systems/rdp.html Feel free to go through the repo --

Re: [ClojureScript] the best way to convert between clojurescript map and json

2014-08-11 Thread Makoto Hashimoto
It is cool ! I'm going to use it. 2014-08-11 21:19 GMT+09:00 David Nolen dnolen.li...@gmail.com: Transit is probably the best way to do this. https://github.com/cognitect/transit-cljs On Monday, August 11, 2014, Makoto H. tokomakoma...@gmail.com wrote: I'm developing rest/json server