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

2014-08-12 Thread Sreeharsha Mudivarti
That's weird. I clicked and it worked. I use github pages no 25 on --- http://lexical.foobar.systems/ It could be that the router is rejecting the domain name. On Tue, Aug 12, 2014 at 3:22 PM, Zubair Quraishi wrote: > I couldn't get the : > > http://lexical.foobar.systems/rdp.html > > :link

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 -- https://github.com/harsha-mudi/r

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

2014-08-08 Thread Sreeharsha Mudivarti
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 and Syncing are just a side-effect of designing the application around reactive comp

Re: [ClojureScript] Re: Dependent picklists using Reagent

2014-08-04 Thread Sreeharsha Mudivarti
Also just remembered, Maybe you can use atom watchers ? http://blog.fogus.me/2011/09/23/clojurescript-watchers-and-validators/ On Mon, Aug 4, 2014 at 11:53 PM, Sreeharsha Mudivarti wrote: > That's something I am curious about too. > ES6 Generators are similar, I think. > >

Re: [ClojureScript] Re: Dependent picklists using Reagent

2014-08-04 Thread Sreeharsha Mudivarti
That's something I am curious about too. ES6 Generators are similar, I think. In case you are wondering about performance, checkout -- https://swannodette.github.io/2013/08/02/10-processes/ In practical terms, you can have 1000s of go blocks without any performance loss. ​ -- Note that post