On Mon, Jun 27, 2011 at 6:52 AM, Andreas Liljeqvist <bon...@gmail.com> wrote:
> Yes, bit ashamed that I didn't know that..
>
> Kind of surprised though that not many seem to use it, most clojurists(?)
> seems to roll their own solution.

Probably because it's not in clojure.core, which means

a) it isn't found by searching the docs in many of the usual ways;
b) it isn't in the various "intro to clojure" books that have been
   popping up; and
c) using it takes a bit of additional effort compared to using stuff
   from clojure.core

Yes, I know rolling your own likely takes more effort than adding an
import line and widening the scope of doc searches. Go figure.

It gets worse, of course, when the library isn't in the main clojure
jar either, so that project dependencies have to be added, additional
files downloaded, and suchlike, and an even wider doc search is needed
to find the thing. So we see more frequent overlooking of things in
clojure.set etc. than in clojure.core, more frequent still when it's
in contrib, and more frequent still when it's in neither the clojure
jar nor the contrib jar. (Which, with 1.3's breakup of contrib, will
be almost everything not in core.)

-- 
Protege: What is this seething mass of parentheses?!
Master: Your father's Lisp REPL. This is the language of a true
hacker. Not as clumsy or random as C++; a language for a more
civilized age.

-- 
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