Skip to content

Instantly share code, notes, and snippets.

@hlship
Created September 23, 2013 18:52
Show Gist options
  • Select an option

  • Save hlship/6675118 to your computer and use it in GitHub Desktop.

Select an option

Save hlship/6675118 to your computer and use it in GitHub Desktop.
(defn named-params
[& {:keys [foo bar]
:or {foo "foo-default" bar "bar-default"}}]
{:output-foo foo :output-bar bar})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment