I'm trying to choose a library for client-side MVC in ClojureScript. Here's are the ClojureScript libraries I've found so far:
- WebFUI (https://github.com/drcode/webfui)
- Enfocus: (http://ckirkendall.github.io/enfocus-site/)
- Pedestal (http://pedestal.io)
- Ducttape (https://github.com/hozumi/ducttape.cljs)
- C2 (http://keminglabs.com/c2/) It seems this can be used as a DOM framework.
How should I choose between them? Also, how will they compare to using AngularJS or Backbone from ClojureScript?