Skip to content

Instantly share code, notes, and snippets.

@jirkapenzes
Created May 29, 2015 12:09
Show Gist options
  • Save jirkapenzes/d584e6c952ce1bec35b7 to your computer and use it in GitHub Desktop.
Save jirkapenzes/d584e6c952ce1bec35b7 to your computer and use it in GitHub Desktop.
Do nothing
(def conversions
{ :do-nothing #(do %) })
@rarous
Copy link

rarous commented May 29, 2015

Idiomatic Clojure is

(def conversions 
  {:do-nothing identity})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment