Skip to content

Instantly share code, notes, and snippets.

@michaelklishin
Created June 19, 2012 03:45
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 michaelklishin/4af7b60fcc19aefc2493 to your computer and use it in GitHub Desktop.
Save michaelklishin/4af7b60fcc19aefc2493 to your computer and use it in GitHub Desktop.
(let [a 1
b 10]
(+ a b))
(let ((a 1)
(b 10))
(+ a b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment