Re: Let over Lambda

2012-05-18 Thread P Martin
Great! Thanks for your suggestions. I do come from several years of Java programming and have been digging through Clojure in Action and Joy of Clojure. I was looking for a more general/theoretical book that might give me some deeper insight into Lisp so that I could approach future Clojure pro

Re: Let over Lambda

2012-05-18 Thread Daniel Jue
It's a good book for diving into fundamentals of Lisp in general, and the cool epiphanies you can have if you are coming from a language like Java... Maybe not the best for a first book on Clojure, or if you are unfamiliar with Lisp/functional programming in general; for that see these comparisons

Re: Let over Lambda

2012-05-18 Thread Joseph Smith
I've read it and highly recommend it. It won't necessarily help you program in Clojure, but it will open your eyes to the seemingly limitless potential of macros. You'll find yourself smiling with intrique just about every page- quite thought-provoking. --- Joseph Smith j...@uwcreations.com (4

Re: Let over Lambda

2012-05-18 Thread Devin Walters
I just started reading LoL. Sometimes I find myself blushing at how the author presents the material, but what I've read so far is pretty good. '(Devin Walters) On Friday, May 18, 2012 at 4:11 AM, nicolas.o...@gmail.com wrote: > LoL is a good book. Very entertaining, even if part of the conte

Re: Let over Lambda

2012-05-18 Thread nicolas.o...@gmail.com
LoL is a good book. Very entertaining, even if part of the content is debatable. (It is a very opiniated book) Reading it after On Lisp could be a good idea, as there are a few references from LoL to On Lisp. http://www.paulgraham.com/onlisp.html The book is definitely a good read, makes you think

Re: Let over Lambda

2012-05-18 Thread Stefan Kamphausen
Hi, it is quite an advanced book, IMHO you should be familiar with macros before readings this. But there is amazing stuff in there. If you are looking for introduction material I suggest reading Peter Seibel's Practical Common Lisp. Peter smoothly introduces macros in one of the first chapt

Re: Let over Lambda

2012-05-17 Thread Andreas Kostler
It treats reader macros in some detail which is not really applicable to Clojure but it's a fun book :) On 18 May 2012 11:53, P Martin wrote: > Hi everyone, > I was perusing Amazon for some books on Clojure and Lisp and came across > Let Over Lambda. From its reviews, it seems that this book may