Skip to content

Instantly share code, notes, and snippets.

@halgari
Created January 10, 2017 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halgari/ac93675c26109e5604057b9de3da85d3 to your computer and use it in GitHub Desktop.
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