Menu

Initial release of functional.py

functional.py provides support for a functional style of Python programming. It includes support for closures, curried functions, lazy expressions, lazy tuples (functional programming languages call these lazy lists, but since lists are mutable in Python, tuples are closer in meaning), and lazy equivalents for map, filter, reduce, and zip. Also some higher-order functions for composing functions and such.

Questions, comments, and suggestions are always appreciated.

Posted by Bryn Keller 2000-10-02

Log in to post a comment.