There's a right parenthesis missing at
http://clojure.com/blog/2012/05/15/anatomy-of-reducer.html :

Now:

(reduce + 0 (map inc [1 2 3 4]))
;;becomes
(reduce + 0 (reducer [1 2 3 4] (mapping inc)) < MISSING PAREN


under the heading "Reducers"


sincerely,
--Robert McIntyre, Dylan Holmes

On Tue, May 15, 2012 at 1:58 PM, Rich Hickey <richhic...@gmail.com> wrote:
> I've written another post which goes into the reducers in more detail:
>
> http://clojure.com/blog/2012/05/15/anatomy-of-reducer.html
>
> Rich
>
> On May 10, 2012, at 1:26 PM, Christian Romney wrote:
>
>>
>>
>> On Thursday, May 10, 2012 8:02:09 AM UTC-4, Nicolas Oury wrote:
>> I can describe the background to understand my last email.
>>
>> Thank you very much for taking the time to post all of that–I've got some 
>> reading to do for sure.
>>
>> --
>>
>
> --
> 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 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