Skip to content

Instantly share code, notes, and snippets.

@lfn3
Created September 13, 2016 04:17
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 lfn3/64d4cb6b89d87b1192f8da700db92b8a to your computer and use it in GitHub Desktop.
Save lfn3/64d4cb6b89d87b1192f8da700db92b8a to your computer and use it in GitHub Desktop.
Little useful clojure snippets
(-> a f1 f2 (doto prn) f3 f4) ;Print intermediate value of a thread macro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment