On Dec 20, 2015 7:20 PM, "Mike Rodriguez" <mjr4...@gmail.com> wrote:
>
> The distinction between names is important when one is a predicate and
the other is not. However I think it would be more useful if it were
every-fn since it is often more useful to have the final return value vs
just true false. This is consistent with the behavior or and and or. So
some-fn seems to get it right and every-pred deviates for some reason.

Agreed.  Since there are no genuine predicates in Clojure, every-pred is
just wrong.  A clean api:

some-fn makes expressions
some-fn? makes predicational functions.

Ditto for every-fn? and every-fn.

It ain't gonna change, I expect, but the doco could make this clearer.

Gregg
>
> --
> 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
> ---
> You received this message because you are subscribed to the Google Groups
"Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to