> Key order is preserved for array-maps. Map literals up to 8 pairs > are array-maps. Beginning with 9 pairs you get a hash-map. I'm not > aware of a rule how to determine the order of keys of a hash-map. > This is implementation specific, I would assume. (Thus can change at > any arbitrary point in time...)
Depends on the hash value of the key, I believe, but yes: implementation-specific. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---