Base <[email protected]> writes: > So this may be an extraordinary dumb question (even for me...) but is > there such a thing as a map with compound keys?
[...] > I could do map - in - map, or do something like a (str cat gender) to > amalgamate 2 fields to set the key but I was just wondering if this > even existed. I don't know of anything built-in, but I would prefer [cat gender] over (str cat gender) as keys for a map. -Johann -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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
