I've read the chapters available online and I've read the source code to all the chapters. It wasn't a long read. Some tricks were nice, others were well-known, others were not so good. Overall, it's not a bad book, but you should be wary that not all code in the book is idiomatic CL (things like omitting earplugs on specials, while using something akin to a hungarian-notation(albeit better since it's automatic) for gensyms and once-only's)).
If you're confident in your CL, have read On Lisp and PAIP, and want to learn a few new tricks, sure, read it!
Name:
Anonymous2010-02-07 2:31
He better have something to deliver given the tone of the introduction.
Name:
Anonymous2010-02-07 7:24
>>3
Lisp has something called 'earplugs'? Seriously?
Name:
Anonymous2010-02-07 7:30
>>5
Yeah, they're shipped with most commercial CL distributions. I still have my original Symbolics earplugs from the 80s.
Hoyte really comes off like a pretentious asshole: 'I'm too good for earmuffs.' 'Only losers use "fn" instead of "lambda", because if it doesn't take a minute to type in it's no good.' (he must have shit his pants when he saw "\" being used).
>>10
I have C-c l bound to output "lambda" at point, and with SLIME's autocomplete features, no matter how long the names are, it doesn't take much to type them (m-v-c -> multiple-value-call and so on).