Skip to content

Instantly share code, notes, and snippets.

@david-mcneil
Created July 3, 2010 14:05
Show Gist options
  • Save david-mcneil/462598 to your computer and use it in GitHub Desktop.
Save david-mcneil/462598 to your computer and use it in GitHub Desktop.
(new-rocket-car
(new-rocket-car {:color "Blue" :fuel 100 :name "Zoomer"})
{:color "Red" :name "Flash"})
;; -> (new-rocket-car {:name "Flash", :fuel 100, :color "Red"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment