On Mon, Oct 10, 2011 at 3:31 AM, David Nolen <dnolen.li...@gmail.com> wrote:

> - return nil instead of throwing if no match found to mirror the behavior
> of cond
>
>
I don't like this.

Why are we emulating cond? clojure.core/case, for example, seems closer to
what `match` provides,
and that throws an IllegalArgumentException if there is no match.

Seems arbitrary to me.

Is there more to it?

Thanks,
Ambrose

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