Skip to content

Instantly share code, notes, and snippets.

@cemerick
Created March 4, 2011 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cemerick/cf5a740be05fd99b5342 to your computer and use it in GitHub Desktop.
Save cemerick/cf5a740be05fd99b5342 to your computer and use it in GitHub Desktop.
Clojure 1.3.0-alpha4
user=> (def defn (fn [] 5))
WARNING: defn already refers to: #'clojure.core/defn in namespace: user, being replaced by: #'user/defn
#'user/defn
user=> (defn)
5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment