Re: Perfect Functional Shuffle in Clojure

2014-03-21 Thread Peter Brachwitz
ed as true). > > I prefer to write two-branch cond statements using if rather than cond. > > Andy > > > On Thu, Mar 20, 2014 at 1:59 PM, Peter Brachwitz > > > wrote: > >> I tried to implement perfect functional shuffle in Clojure as outlined in >> h

Perfect Functional Shuffle in Clojure

2014-03-20 Thread Peter Brachwitz
I tried to implement perfect functional shuffle in Clojure as outlined in http://okmij.org/ftp/Haskell/perfect-shuffle.txt This is purely for educational purposes as I am learning Clojure (so please don't be too hard on me if I did something silly) The code: https://github.com/pebrc/ninety-nine