My understanding is that reducers/map merely returns a new function
(or something like a function, maybe an instance of IReducible or
something), and all actual computation is done during the reduce. So
dynamic bindings around the scope of the map have no effect at all.

On May 8, 10:57 am, Mark Engelberg <mark.engelb...@gmail.com> wrote:
> Exciting!
>
> I'm having trouble visualizing at what points the computation is actually
> executed, and therefore, I'm not clear on how this feature interacts with
> dynamic binding.  If the reducers/map occurs in one dynamic binding
> context, and the fold occurs in another, what happens?

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