4Clojure is really fun! Reading just the book by itself got boring for me and I thoroughly enjoyed working through the problems side-by-side! Thanks to everyone who contributed to it.<p>Another thing that I found great for practice was Advent of Code[0]. The exercises are more challenging and most of them lend themselves really well to the conciseness and elegance of Clojure collections. The reddit community[1] is also helpful and even if you can't crack the algorithm, porting someone else's solution to Clojure is a valuable & fun exercise.<p>[0] - <a href="https://adventofcode.com/" rel="nofollow">https://adventofcode.com/</a><p>[1] - <a href="https://www.reddit.com/r/adventofcode/" rel="nofollow">https://www.reddit.com/r/adventofcode/</a>