Re: Clojure Map function possible bug.

2010-07-21 Thread Ruben
Thanks for your response guys. Ruben On Jul 21, 9:30 am, Stuart Halloway wrote: > Hi Ruben, > > What you are missing is thatmapis the wrong function to use here.Mapis lazy, > and combiningmapwith something side-effecty like println will lead to > confusion. > > doseq w

Clojure Map function possible bug.

2010-07-21 Thread Ruben
"ruthpierich", :password "test"} {:id 3, :username "ruthpierich", :password "test"}) Is this a bug with map or since it adds on those nils or am i missing something in the call to map? Cheers, Ruben -- You received this message because you are subscribed to t