Maybe performance is the reason:

> (time (dotimes [_ 1000000] (apply mapcat list [[1 2 3] [7 7 7]])))
"Elapsed time: 1853.904337 msecs"
> (time (dotimes [_ 1000000] (interleave [1 2 3] [7 7 7])))
"Elapsed time: 81.000798 msecs"


On Wednesday, 3 October 2012 19:21:37 UTC+1, Marc Dzaebel wrote:
>
> Thanks for the link! I proposed the change there.
>
> Am Mittwoch, 3. Oktober 2012 20:06:42 UTC+2 schrieb Andy Fingerhut:
>>
>> I don't know the reason for the current implementation rather than your 
>> suggested one, but at least on the comment about 0 or 1 arguments has a 
>> ticket for it:
>>
>> http://dev.clojure.org/jira/browse/CLJ-863
>>
>

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