Hacker News new | ask | show | jobs
by krosaen 5228 days ago
Anyone have insight into how this might complement / compare with "The Joy of Clojure" http://joyofclojure.com/the-book? At first glance, having read JOC and seeing the TOC for this new book, what most piques my interest are the sections on macros, protocols, and the web stuff.
1 comments

I imagine that Clojure Programming is going to be similar to Programming Clojure, when compared to the others (for a better rundown of others books: http://stackoverflow.com/a/2928998) Or as this answer from SO puts it, Clojure Programming probably teaches the "what" of Clojure: http://stackoverflow.com/a/2579877

Personally, I think Joy of Clojure is the "why" as well as "how to do it well". I learned the "what" mostly from Practical Clojure, which was good enough, but definitely not great. Programming Clojure (2nd ed. for clj v 1.3, still in progress) seems organized like a conversation in chapters, i.e., you'd have to read it entirely sequentially, and targeted random-access might be difficult for first-time learners. I don't how Clojure Programming will be, but I hope it raises the bar for teaching newbies.