Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created January 27, 2014 10:28
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 AeroNotix/532e67f7175bbe3e466c to your computer and use it in GitHub Desktop.
Save AeroNotix/532e67f7175bbe3e466c to your computer and use it in GitHub Desktop.
 xeno  ~  clj   1   xeno 
Clojure 1.5.1
user=> ((fn []
(def x 123)
(prn x)))
123
nil
user=> x
123
user=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment