Re: Ruby = Clojure for Enumerable and Array

2008-10-17 Thread mb
Hi, On 17 Okt., 00:14, Mark McGranaghan [EMAIL PROTECTED] wrote: When I first started working with Clojure a while back I tried to get my bearings by figuring out how to do some basic things in Clojure that I had previously done in Ruby.  With all the recent talk about the seq api, I thought

Re: Ruby = Clojure for Enumerable and Array

2008-10-17 Thread Mark McGranaghan
Thanks for the feedback. I have: - Added references to the new clojure/remove and removed the old custom implementation - Added notes about the differences between Enumerable#min/max and clojure/min, /max (the former act on an arbitrary collection, the latter on separate numerical args) -