Re: Learning Google's Map Reduce with Clojure

2016-07-01 Thread Olek
In case you care. Here https://github.com/naleksander/scalduce are Scala examples, so you can easily compare the overhead. For me Clojure is more enjoyable, however if I were to share my code (for example as an library) with others (for example beginner users or with weaker skills) than statical

Learning Google's Map Reduce with Clojure

2016-06-29 Thread Olek
Hi! I was refreshing my knowledge from Google's Map Reduce. I've decided to code some examples in Clojure since it is my favorite language. Here is the code from the learning process https://github.com/naleksander/mapreduce I guess that it is time now to code it in Scala *wink* Btw. if I were