kachayev / fn.py

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

Implemented LinkedList.from_iterable #53

Closed mjkaye closed 10 years ago

mjkaye commented 10 years ago

Fixes #44

kachayev commented 10 years ago

Cool!