kachayev / fn.py

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

Support PyPy3 #61

Closed microamp closed 10 years ago

microamp commented 10 years ago

Tests all pass. However, you might want to reject this PR if you think it's too early to support it.

kachayev commented 10 years ago

I don't see any problems with PyPy3. There are no significant changes in respect to fn.py library (at least obvious).