Skip to content

Instantly share code, notes, and snippets.

@fehrenbach
Created October 24, 2011 14:17
Show Gist options
  • Select an option

  • Save fehrenbach/1309134 to your computer and use it in GitHub Desktop.

Select an option

Save fehrenbach/1309134 to your computer and use it in GitHub Desktop.
user=> (do (defn foo [bar] (inc bar))
(prn (foo 1))
(time (defn foo [bar] (dec bar)))
(foo 1))
2
"Elapsed time: 0.189684 msecs"
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment