http://qs321.pair.com?node_id=443215
Order Higher Order Perl

Item Description:

Review Synopsis: A review posted on my blog as a comment.

I recently got a copy. and I'm deeply into it (even though I am currently just in the midst of chapter 3).

This is so far probably one of the best written geek books I've come across. Not only is it clear, it's very good at building concepts and demonstrating with concise code. Every paragraph leads logically and intelligently from the previous. Digressions are informative, code examples are excellent, even the footnotes are interesting and humorous.

Even the Preface was very well done:

"A well-known saying in the programming racket is that a good Fortran programmer can write Fortran programs in any language. The sad truth, thought, is that Fortran programmers write Fortran programs in any language whether they mean to or not. Similarly, we, as Perl programmers, have been writing C programs in Perl whether we meant to or not. This is a shame, because Perl is a much more expressive language than C. We could be doing a lot better, using Perl in ways undereamt of by C programmers, but we're not."

"Around 1993 I started reading books about Lisp, and I discovered something important: Perl is much more like Lisp than it is like C. If you pick up a good book about Lisp, there will be a section that describes Lisp's good features. In "What Makes Lisp Different?" Peter Norvig describes seven features of Lisp. Perl shares six of these features; C shares none of them."

Thomas J. Vilot