Hi, I have created this library called phi: https://github.com/cgarciae/phi
It has a modified version of fn.py's lambdas (it creates only single argument functions) but includes a bunch of other stuff to make life easier, specially to create fluent libraries. It was originally created as part of TensorBuilder which is a library based on TensorFlow for Deep Learning, but I decided to decouple it.
I would love some feedback from you since the FP community in Python is rather small.
Feel free to close the issue.
Hi, I have created this library called
phi: https://github.com/cgarciae/phiIt has a modified version of
fn.py's lambdas (it creates only single argument functions) but includes a bunch of other stuff to make life easier, specially to create fluent libraries. It was originally created as part of TensorBuilder which is a library based on TensorFlow for Deep Learning, but I decided to decouple it.I would love some feedback from you since the FP community in Python is rather small.
Feel free to close the issue.