Re: ClojureScript One Architecture

2012-11-28 Thread Duraid
Thanks for the response. Although ClojureScript/One uses google closure but the framework only uses it to access browser features and not for how the application components are organized. What I don't like about javascript frameworks is that they all have an OO twist to them that make things more

Re: ClojureScript One Architecture

2012-11-28 Thread Taylor Sando
Well since Clojurescript, and by extension Clojurescript One was built on top of Google Closure, I guess you could use that. I know the history features from Clojurescript One use are a thin layer over the existing history features in Google Closure. The problem with Google Closure is that it

ClojureScript One Architecture

2012-11-27 Thread Duraid
Hi, I really like the design decisions taken by ClojureScript One and I would like use them to build applications at work. Unfortunately it is not possible to use clojure at work but I'm think of using a similar approach with javascript. In your knowledge what is the javascript framework that