On Jun 17, 3:20 am, kkw <kevin.k....@gmail.com> wrote:
> I only knew about map, apply, and reduce from studying haskell in uni.
> I've not heard of 'reduce' referred to as 'accum', but then again when
> I wanted to determine the number of elements in a seq, I kept
> searching for 'length' and 'size' but didn't think of 'count', so it
> can be a bit tricky eh?

Guess-the-synonym -- fun for the entire family! But I looked not only
for "accumulate" or similarly but when I didn't see it, for every
single function whose documentation mentioned "seq", figuring that
should cover everything taking a sequence as input.

> I've certainly asked my fair share of noob-
> questions, and folks in this group have been quite happy to oblige me.

Yes; it seems the derision comes when you don't find something and
then instead of asking after it here you actually implement it
yourself. :) This is rather odd -- normally, self-help should be
rewarded in preference to always bugging the forum for assistance, not
punished. Sharing your efforts that might benefit others, likewise.

> clojure.contrib isn't a part of clojure.core (otherwise it'd called
> clojure.core right?), but it I think it's very well-worth downloading
> and compiling.

Only catch -- the downloads section of its web site has no downloads,
binary or source.

> Even though clojure.contrib hasn't been released as 1.0 or anything
> official-sounding, I reckon it still beats the heck out of me
> reinventing the wheel, especially with the calibre of folks who've
> contributed to clojure.contrib. If you don't feel comfortable with the
> offerings in clojure.contrib, that's fine also.

The two concerns I have are:
1. Lack of a source release, at least in a form that you can just
   download from Firefox, unzip with Winzip, and compile with ant.
2. Likelihood of things changing/breaking if I use a pre-1.0 build.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to