Skip to content

Instantly share code, notes, and snippets.

@cgrand
Created June 18, 2011 20:03
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 cgrand/1033455 to your computer and use it in GitHub Desktop.
Save cgrand/1033455 to your computer and use it in GitHub Desktop.
(defmacro <<- [& exprs]
(cons '->> (reverse exprs)))
(<<-
(when-let [result (lookup 0)])
(when-let [result2 (process result)])
...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment