Re: Two Way DOM binding in clojurescript

2013-08-22 Thread ewen . grosjean
Hi, you might be interested in flapjax-cljshttps://github.com/Ewen0/flapjax-cljs, a clojurescript wrapper for flapjax http://www.flapjax-lang.org/. Ewen. -- -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: Two Way DOM binding in clojurescript

2013-08-22 Thread Sean Corfield
flapjax seems to be abandonware? Last source update a year ago, last website update two years ago. Or is it just one of those rare completely stable, needs no enhancements libraries? On Thu, Aug 22, 2013 at 1:09 AM, ewen.grosj...@free.fr wrote: Hi, you might be interested in flapjax-cljs, a

Re: Two Way DOM binding in clojurescript

2013-08-22 Thread ewen . grosjean
I don't know. My guess would be that it is some kind of an academic project that evolve mostly when a student decides to work on it during a project (thus not often). The mailing list https://groups.google.com/forum/#!forum/flapjax is still active though. From what I tried it is quite stable.

Re: Two Way DOM binding in clojurescript

2013-08-22 Thread Sean Corfield
On Thu, Aug 22, 2013 at 2:41 PM, ewen.grosj...@free.fr wrote: I don't know. My guess would be that it is some kind of an academic project that evolve mostly when a student decides to work on it during a project (thus not often). The mailing list is still active though. Good to know, thanx.

Re: Two Way DOM binding in clojurescript

2013-08-21 Thread Wei Hsu
Maybe try out cljs-binding https://github.com/fluentsoftware/cljs-binding, or angular extensions like clang https://github.com/pangloss/clang or purnam https://github.com/zcaudate/purnam. On Thursday, June 14, 2012 2:47:15 PM UTC+8, Murtaza Husain wrote: Hi, I would like to data in atoms to

Re: Two Way DOM binding in clojurescript

2013-08-21 Thread Kevin Lynagh
I just posted a 3500 word blog post on this topic: http://keminglabs.com/blog/cljs-app-designs/ which outlines the relative merits and tradeoffs of using explicit DOM references with callbacks vs. Angular's dirty-checking model and interop with the library from ClojureScript. cheers,

Two Way DOM binding in clojurescript

2012-06-14 Thread Murtaza Husain
Hi, I would like to data in atoms to DOM elements in clojurescript. Are there any examples out there that demonstrate this ? Something like what knockout.js or angular.js provide. Thanks, Murtaza -- You received this message because you are subscribed to the Google Groups Clojure group. To