Hacker News new | ask | show | jobs
by JoshuaDavid 1056 days ago
If you actually think this code is better there's a real library that does this: https://github.com/EntilZha/PyFunctional.
1 comments

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.