Common Algorithms Written in Clojure

2010-04-12 Thread Bytesource
Hi, I am new to Clojure and currently reading Programming Clojure (just finished the chapter on concurrency). I would like to know if there is a collection of common algorithms written in Clojure to get a better feel for the language and to familiarize myself with an idiomatic coding style? For

Re: Common Algorithms Written in Clojure

2010-04-12 Thread Bytesource
That's a great link! Thank you very much! On Apr 12, 2:49 pm, Steve Purcell st...@sanityinc.com wrote: On 12 Apr 2010, at 13:46, Steve Purcell wrote: On 12 Apr 2010, at 09:39, Bytesource wrote: For example, I tried to implement the insertion sort in Clojure but could not figure out how