[Cover of Higher-Order Perl]

Higher-Order Perl

Transforming Programs with Programs

Mark-Jason Dominus

Release date03 Feb 2005
PublisherMorgan Kaufmann
ISBN1-55860-701-3
Higher-Order Perl is about functional programming techniques in Perl. It's about how to write functions that can modify and manufacture other functions. Why would you want to do that? Because that way your code is more flexible and more reusable. Instead of writing ten similar functions, you write a general pattern or framework that can generate the functions you want; then you generate just the functions you need according to the pattern. The program doesn't need to know in advance which functions are necessary; it can generate them as needed. Instead of writing the complete program yourself, you get the computer to write it for you.

Overall rating is 3.0 from 24 votes. If you were logged in you would be able to rate this book.

Comments to Dave Rolsky at autarch@urth.org
Site Information and Contacts
Perl.org sites : books | www | dev | history | jobs | learn | lists | use   
When you need perl, think perl.org  
the camel