IReduce is a Java interface that can be used to allow a data structure to 
directly indicate participation in being self-reducible. In cases where you 
control the type (ie you are making the data structure), implementing 
IReduce (or really IReduceInit) is usually better as it is checked first.

CollReduce is a protocol that provides a broader (open) extension mechanism 
to extend self-reducibility to other types.

On Tuesday, August 23, 2016 at 8:38:27 AM UTC-5, Francis Avila wrote:
>
> I wasn't aware Clojure had an IReduce protocol! I thought CollReduce was 
> just what IReduce is called in Clojure.

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