Higher-Order Perl

Posted by linportal on Sep 10, 2009 2:47 AM EDT
LinuxInsight
Mail this story
Print this story

Mark Jason Dominus' Higher-Order Perl book is now available for free download in PDF format by virtue of special permission from the publisher. The book is about functional programming techniques in Perl. It's about how to write functions that can modify and manufacture other functions. 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.

Mark Jason Dominus' absolutely great Perl book is now available for free download in PDF format by virtue of special permission from the publisher. 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.

Full Story

  Nav
» Read more about: Story Type: Announcements

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.