kachayev / fn.py

Functional programming in Python: implementation of missing features to enjoy FP
Other
3.35k stars 204 forks source link

persistent data strutures for map/filter/reduce #67

Open ccfontes opened 9 years ago

ccfontes commented 9 years ago

Will there by a version of map/filter/reduce for returning persistent (and hopefully lazy) data structures?