Skip to content

Instantly share code, notes, and snippets.

@lucasas
Created May 31, 2015 14:39
Show Gist options
  • Save lucasas/44a70bad685f30d54949 to your computer and use it in GitHub Desktop.
Save lucasas/44a70bad685f30d54949 to your computer and use it in GitHub Desktop.
(def point {:x 1})
(let [{:keys [x y] :or {x 0 y 0}} point]
(println "x:" x "y:" y)) ; => "x: 1 y: 0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment