Re: reactive programming for UIs and other use cases

2012-07-26 Thread David Nolen
On Thu, Jul 26, 2012 at 11:51 AM, Yann Schwartz wrote: > I'm in no way a clojurescript specialist, but how hard would it be to wire > RxJs (the javascript version of the impressive Reactive Extensions > framework) to clojurescript? Using it probably wouldn't be much work. It's not clear to me tha

Re: reactive programming for UIs and other use cases

2012-07-26 Thread Yann Schwartz
On Thu, Jul 26, 2012 at 3:38 PM, David Nolen wrote: > On Wed, Jul 25, 2012 at 5:23 AM, eric wrote: > > Now, reactive programming isn't necessarily central to the development of > > Clojure core or contrib so readers here might be interested, too. > Posting in > > "Clojure Dev" is handled rather

Re: reactive programming for UIs and other use cases

2012-07-26 Thread Maik Schünemann
I don't know how much this goes in frp, but couldn't be the bind functionality in seesaw a good starting point. It seems as a good abstraction for dataflow programming (in the ui world) On Thu, Jul 26, 2012 at 3:38 PM, David Nolen wrote: > On Wed, Jul 25, 2012 at 5:23 AM, eric wrote: > > Now, r

Re: reactive programming for UIs and other use cases

2012-07-26 Thread David Nolen
On Wed, Jul 25, 2012 at 5:23 AM, eric wrote: > Now, reactive programming isn't necessarily central to the development of > Clojure core or contrib so readers here might be interested, too. Posting in > "Clojure Dev" is handled rather restrictively so if you can't post there, > why not post to this

reactive programming for UIs and other use cases

2012-07-26 Thread eric
For those that don't read the "Clojure Dev" Google group, there is a good discussion on reactive programminggoing on right now. The motivator is UIs in ClojureScript but the same concerns should apply to other UIs or entirel