Hacker News new | ask | show | jobs
by selfmodruntime 1060 days ago
This reads so much better
1 comments

If you actually think this code is better there's a real library that does this: https://github.com/EntilZha/PyFunctional.
One puzzling thing is that it uses backslash continuation in its examples. The most favoured style, IMO is to use ()'s for line continuation, maybe the author just doesn't know about those.