Created
September 13, 2016 04:17
-
-
Save lfn3/64d4cb6b89d87b1192f8da700db92b8a to your computer and use it in GitHub Desktop.
Little useful clojure snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(-> 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