Skip to content

Instantly share code, notes, and snippets.

@mpenet
Created March 14, 2015 18:29
Show Gist options
  • Save mpenet/43b3e33a6cdb529f92a1 to your computer and use it in GitHub Desktop.
Save mpenet/43b3e33a6cdb529f92a1 to your computer and use it in GitHub Desktop.
(defn foo
[{:keys [x]
:or {x (println :set-default)}}]
x)
user> (foo {:x 1})
:set-default
1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment