lazy.py 0.7 - Lazy expressions and datastructures

Bryn Keller brk@jenkon.com
Wed, 18 Oct 2000 15:57:25 GMT


I'm pleased to announce the release of lazy.py version 0.7, released
under the GNU LGPL.

lazy.py can be obtained from:

http://sourceforge.net/projects/xoltar-toolkit/


Release Name: 0.7
lazy.py provides support for 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.

New in this release:
    Lazy has become its own module now, since functional was growing
    somewhat large.


Changes:
10/18/2000 - Version 0.7:
    Removed from functional.py to become separate module.

--
Bryn Keller
xoltar@starship.python.net