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 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 to "swap"

Re: Common Algorithms Written in Clojure

2010-04-12 Thread Steve Purcell
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 to "swap" values and get the recursion >> right. > > > How about the Clojure examples on Rosettacode?

Re: Common Algorithms Written in Clojure

2010-04-12 Thread Steve Purcell
On 12 Apr 2010, at 09:39, Bytesource wrote: > 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

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 co