2001-10-23 15:55:56 +02:00
|
|
|
The Xoltar Toolkit contains utility modules for Python, including functional
|
|
|
|
programming support, lazy expressions and data structures, and thread pools.
|
2000-10-04 01:15:59 +02:00
|
|
|
|
|
|
|
It includes support for closures, curried functions, lazy expressions,
|
|
|
|
lazy tuples (functional programming languages call these lazy lists, but
|
2001-10-23 15:55:56 +02:00
|
|
|
since lists are mutable in Python, tuples are closer in meaning), and lazy
|
|
|
|
equivalents for map, filter, reduce, and zip. It also includes some
|
|
|
|
higher-order functions for composing functions.
|
2000-10-04 01:15:59 +02:00
|
|
|
|
2001-10-23 15:55:56 +02:00
|
|
|
Author: Bryn Keller <xoltar@sourceforge.net>
|
|
|
|
WWW: http://sourceforge.net/projects/xoltar-toolkit/
|
|
|
|
See also: http://www-106.ibm.com/developerworks/library/l-prog.html
|