Skip to content

Instantly share code, notes, and snippets.

@halgari
Created January 10, 2017 18:28
Show Gist options
  • Select an option

  • Save halgari/ac93675c26109e5604057b9de3da85d3 to your computer and use it in GitHub Desktop.

Select an option

Save halgari/ac93675c26109e5604057b9de3da85d3 to your computer and use it in GitHub Desktop.
(defn my-dsl-fn
([mp]
... do stuff with map ...
([k v & {:as mp}]
(my-dsl-fn (assoc mp k v))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment