No, no new map is created. The :or clause simply creates the local binding for you if none existed in the map; there's no need for it to create a second map to do this.
On Jan 6, 6:27 pm, Seth <[email protected]> wrote: > Ah. But a new map is being created with the default :or operation. I > guess the ability to get this entire map with defaults is not > available directly from clojure destructuring binding. -- 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
