Y
Hacker News
new
|
ask
|
show
|
jobs
by
selfmodruntime
1060 days ago
This reads
so much
better
1 comments
JoshuaDavid
1059 days ago
If you actually think this code is better there's a real library that does this:
https://github.com/EntilZha/PyFunctional
.
link
kzrdude
1059 days ago
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.
link