Higher-order Perl : transforming programs with programs

著者

    • Dominus, Mark Jason

書誌事項

Higher-order Perl : transforming programs with programs

Mark Jason Dominus

Morgan Kaufmann Publishers, c2005

大学図書館所蔵 件 / 3

この図書・雑誌をさがす

注記

Includes indexes

内容説明・目次

内容説明

Most Perl programmers were originally trained as C and Unix programmers, so the Perl programs that they write bear a strong resemblance to C programs. However, Perl incorporates many features that have their roots in other languages such as Lisp. These advanced features are not well understood and are rarely used by most Perl programmers, but they are very powerful. They can automate tasks in everyday programming that are difficult to solve in any other way. One of the most powerful of these techniques is writing functions that manufacture or modify other functions. For example, instead of writing ten similar functions, a programmer can write a general pattern or framework that can then create the functions as needed according to the pattern. For several years Mark Jason Dominus has worked to apply functional programming techniques to Perl. Now Mark brings these flexible programming methods that he has successfully taught in numerous tutorials and training sessions to a wider audience.

目次

  • 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

「Nielsen BookData」 より

詳細情報

ページトップへ