Today, I’ve published a follow-up for the previous episode showing the remaining 4 Clojure threading macros: some->, some->>, cond->, and cond->>. The episode is on YouTube: https://www.youtube.com/watch?v=hgu3jT1YI_U The source code is on GitHub in the same file as the previous episode.
Read MoreMonth: January 2018
Clojure Tip of the Day – Episode 4: Threading Macros: part 1 – thread-first, thread-last, thread-as
After a long break, I’ve finally recorded another episode of the Clojure Tip of The Day screencast. I’ve spent last month or so by revisiting my goals for the next year and I want to bring more consistency to my blog and other creative activities. This episode is about thread-first (->), thread-last (->>), and thread-last (as->) […]
Read More