Higher-Order Perl

From Wikipedia, the free encyclopedia

Higher-Order Perl (Transforming programs with programs), ISBN 1-55860-701-3 (ISBN-13: 978-1-55860-701-9), is a book written by Mark Jason Dominus with the goal to teach Perl programmers with a strong C and Unix background how to use techniques with roots in functional programming languages like Lisp that are available in Perl as well, but less known. The book is often referred to as HOP. The provisional title of HOP was Perl Advanced Techniques Handbook.

The author will make HOP available for free as a Wiki.

[edit] Contents

  1. Recursion and Callbacks
  2. Dispatch tables
  3. Caching and Memoization
  4. Iterators
  5. From Recursion to Iterators
  6. Infinite Streams
  7. Higher-Order Functions and Currying
  8. Parsing
  9. Declarative Programming

[edit] External links