Skip to content

Instantly share code, notes, and snippets.

@damienstanton
Created June 9, 2015 17:29
Show Gist options
  • Select an option

  • Save damienstanton/d4d4afbd4a7b40e2b005 to your computer and use it in GitHub Desktop.

Select an option

Save damienstanton/d4d4afbd4a7b40e2b005 to your computer and use it in GitHub Desktop.
clojure joke
(let [+ (fn [& more] 5)] (+ 2 2))
@JimLynchCodes
Copy link

Redefining + to always return 5... genius!

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