Ask HN: Land of Lisp for learning clojure?
Is Land of Lisp a good way to learn lisp if I am primarily interested in hacking clojure? I should add that I am an experienced programmer, so a clojure specific book with rigor is fine with me. I am unable to decide if a generic lisp(clisp) book is better than a specific clojure book to bootstrap.
3 comments
[ 3.1 ms ] story [ 14.2 ms ] threadBottom line: the book is a charming and quite solid introduction to Common Lisp. If you want specifically a book for Clojure and only Clojure this is not the one.
That being said, Land of Lisp is a fantastic way to get your feet wet in functional programming. I would highly suggest giving it a whirl. Learning Common Lisp will definitely help in learning Clojure. But you really need to look at it as two distinct steps towards your goal of learning Clojure.
There is also a new Clojure book coming out at the end of the month called the Joy of Clojure, which I'm really excited about. Currently the only two books out are Stewart Halloway's Programming Clojure, which is excellent. and Stuart Sierra's Practical Clojure, which is also very, very good. They are both focussed on Clojure 1.0, however, so you'll miss out on some of the features brought by 1.1 and 1.2. I own both, and can't recommend one over the other, though I might lean towards Practical Clojure purely for personal preference.