September 6, 2015

A few Clojure links to help you Level Up

Here are a few articles about intermediate to advanced concepts in clojure that I find myself re-reading every now and then in order to "sharpen the saw".

After graduating from a clojure beginner, I was ready to dive deeper, and these links helped me understand more advanced concepts faster.

  • Clojure Protocols and the Expression Problem -Great explanation of the Expression Problem and how to use Clojureaddresses the problem. The expression problem is relevant to anyprogramming language. When I first read this, it was definitely an "ah-ha" moment for me.
Tags: clojure tech