But in this particular case (calling (apply list seq)) since we want to
create a data structure that will hold the whole seq at once, then apply
will not prevent seq from being of a great length, it's the memory heap that
will.

(I think the question was more : does apply have some "hard coded"
limitation on the size of the arg list passed)

Regards,

-- 
Laurent

2009/7/16 Drew Raines <aarai...@gmail.com>

>
> jvt wrote:
>
> > Doesn't apply have a limit on the length of the arguments passed,
> > too?
>
> Yes.
>
> http://groups.google.com/group/clojure/msg/34b9a170d36c5ab5
>
> -Drew
>
>
> >
>

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