On Mon, Sep 7, 2009 at 5:19 PM, Conrad <drc...@gmail.com> wrote:

> Alternatively, I suppose it would be possible to create a new type of
> map that performs better than an alist but can return items in the
> order they were added to the list, if desired


Or use an existing type: the java.util.LinkedHashMap. The downside is, it's
a mutable Java Map and not a Clojure map.

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