Re: Real-world Clojure application

2013-05-23 Thread Korny Sietsma
The trouble is, so much depends on the problem space. For example, my team is building a "real world" clojure application - mostly data transformation and routing - but in the "real world" the actual speed of clojure execution is fairly insignificant compared to I/O. You could extract just the dat

Re: Real-world Clojure application

2013-05-23 Thread Niels van Klaveren
One of the applications that might be comparable are web apps / frameworks. They can be configured relatively easily to give deterministic results (html /json) on arguably comparable input (http request). There's already an existing benchmark site