On Nov 22, 10:59 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> [...] Still in general my
> issue seems to be that data strucutres turn into seqs and this can
> cause subtle issues as for instance the different behaviour of conj
> and a simple rule such as calling vec on the seq seems to be to
> costly.

If your major problem is the behavior of conj regarding element
ordering, you might want to try concat (which takes two or more
collections and preserves order).
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to