Live data from Hacker News

Slashdot Book Reviews: Programming Clojure

books.slashdot.org

1–10 of 21 posts

Re: Slashdot Book Reviews: Programming Clojure

#7

Does anyone know how it compares to The Joy of Clojure (I realize it's not done yet)?

They aim to fill two entirely different purposes.

JoC is for deeper understanding, Programming Clojure is for breadth and basic understanding to get you going in the first place. They, or maybe (depending on how it turns out) Clojure in Action are companion pieces to each other. On it's own JoC would be a decent book, but it really feels like one to take you the next steps AFTER you already have a foundation in the language from which to build.

Re: Slashdot Book Reviews: Programming Clojure

#8

Does anyone know how it compares to The Joy of Clojure (I realize it's not done yet)?

(I'm on the Manning Early Access programs for the new Clj books, so been reading through the chapters as they come up)

Programming Clojure is an introductory book that provides an overview of the language and its functional heritage/constructs. I'd say its the "First" Clojure book.

JoC is the next step - it does offer a good look into Clojure, but from Ch 7, aims to go deeper into higher level constructs - macros, protocols, reify et al as well as concurrency. There's a lot of new 1.2 stuff that wasn't developen when PC came out.

The third book, Clojure in Action, is going to be excellent insight into the very practical, deployment, editing and interfacing aspects of the language. (Things like DSLs, web services, et al).

Post reply on HN