Skip to content

Instantly share code, notes, and snippets.

@infinite-Joy
Created June 22, 2017 15:37
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 infinite-Joy/4c156867025ced86f25a1ee62a1a9f1f to your computer and use it in GitHub Desktop.
Save infinite-Joy/4c156867025ced86f25a1ee62a1a9f1f to your computer and use it in GitHub Desktop.
user=> (def x 1)
#'user/x
user=> x
1
user=> (def y 2)
#'user/y
user=> (+ x y)
3
user=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment