7 ms·
I've been meaning to give clojurescript a try (I've fiddled with clojure), but is there anything comparable to backbone or ember?
by tominated 14y ago
I've been meaning to give clojurescript a try (I've fiddled with clojure), but is there anything comparable to backbone or ember?
- prpatel 14y agoI've asked this question before to folks who I know use ClojureScript. The answer is: you don't need a framework like Backbonejs if you're using ClojureScript. Why? The ability to work in a functional language means you are able to express equivalent concepts without the need for alot of plumbing/framework.