Re: First function

2010-10-26 Thread Brody Berg
advice, getting into this has been totally great. Brody On Thu, Oct 21, 2010 at 11:50 AM, Jürgen Hötzel wrote: > 2010/10/21 Brody Berg : > > (defn binary-search > >"Search sorted list for target using binary search technique" > > Binary search is only us

First function

2010-10-21 Thread Brody Berg
Hey, Not sure if this is the right place for this - but I just wrote my first function in Clojure and wanted to make sure I am on the right track idiomatically and making full use of the language etc. I have been able to build/run and unit test this so that's all fine. Take a look at the below and