Comparing Clojure books
Posted
by Michiel Borkent
on Stack Overflow
See other posts from Stack Overflow
or by Michiel Borkent
Published on 2010-04-05T14:20:33Z
Indexed on
2010/04/05
14:23 UTC
Read the original article
Hit count: 471
Currently there is (afaik) one completed Clojure book available:
- Programming Clojure by Stuart Halloway.
Two are being written and partially available at Manning:
- The Joy of Clojure by Fogus and Houser
- Clojure in Action by Amit Rathore
Another one is about to be published in May:
- Practical Clojure (The Definitive Guide) by Luke Van der Hart
Are these books more or less the same and meant as a general introduction to Clojure? Does it make sense to buy them all, or is there a risk of having three very similar books?
Will there be books that go into more specialized areas of Clojure and targetted for 'intermediate' or 'advanced' Clojure programmers?
© Stack Overflow or respective owner