Hello all, It seems to me that areduce can not be used with an anonymous array. Consider:
(areduce (.. System getProperties values toArray) i r 0 (some_expression)) It seems to me that there is no way to get i'th element of the array in (some_expression) other than let'-ing it first. It would be nice to be able to pass the name for the current element or define a local macro that expands to (aref #a i) - here #a is a gensym for the array itself ... Thought? Boris --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---