Re: Clojure needs a web framework with more momentum

2015-05-03 Thread Andrew Rosa
Extending a little more on Herwig's previous idea, a good Clojure framework could be a collection of schemas, protocols and interfaces. A ring for the whole stack. Creating our stack will be a matter of composing our web pipeline with our desired libraries. Even templates could become

Re: [ClojureScript] Re: [ANN] freactive - high performance, pure Clojurescript, declarative DOM library

2014-11-24 Thread Andrew Rosa
Aaron, Still need to study the more detailed docs, but from what I read from UI-SPEC the only thing I get confused about was the event/lifecycle. Just a suggestion about the name, if there is time for that: despite of the chosen one, IMO will be a good thing unify all (potential) libraries

Re: On Testing

2014-10-31 Thread Andrew Rosa
+1 to something like humane-test-output being part of core library. There is value for the community to have some foundation library share across our test frameworks? Something like `test.runners`, to encapsulate error reporting and organization? Bit crazy, I know, but the idea come after

Re: [ANN] fast-zip 0.5.0 now with ClojureScript support

2014-10-23 Thread Andrew Rosa
I think this will be awesome. If the data structures made a no-op, at least the testing code should help. Nice work Alexander! On Thursday, October 23, 2014 10:50:51 PM UTC-2, Alexander Hudek wrote: The implementation is API compatible but not compatible in terms of data structures. I