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)
- Updated
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 th
On Oct 17, 3:14 am, 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 thou