Skip to content

Instantly share code, notes, and snippets.

@gtrak
Created November 8, 2012 16:14
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 gtrak/d7b45e347df19d9e808f to your computer and use it in GitHub Desktop.
Save gtrak/d7b45e347df19d9e808f to your computer and use it in GitHub Desktop.
(<<- (let [x 42])
(when (= x 42))
(if (on?) "on") x)
(let [x 42]
(when (= x 42)
(if (on?) "on") x)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment