Skip to content

Instantly share code, notes, and snippets.

@spacepluk
Last active August 29, 2015 14:25
Show Gist options
  • Save spacepluk/17c72b98202389996b29 to your computer and use it in GitHub Desktop.
Save spacepluk/17c72b98202389996b29 to your computer and use it in GitHub Desktop.
(defrecord OneShotThing [with some fields])
(defn do-other-stuff [{:keys [with some fields]}] (str with some fields))
(defn do-stuff [thing] (println "do-stuff" (do-other-stuff thing)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment