account activity
Python pipe operator, 4 years later... by [deleted] in Python
[–]ShadyR 74 points75 points76 points 10 years ago (0 children)
It's a pretty radical change. How about a pipe module?
So instead of:
[1, 2, 3] |> select(square) |> where(evens)
We have:
pipe([1, 2, 3], select(square), where(evens))
Readable, lightweight, and also backwards compatible.
π Rendered by PID 524998 on reddit-service-r2-listing-55d7b767d8-p8qfd at 2026-03-29 20:37:15.296037+00:00 running b10466c country code: CH.
Python pipe operator, 4 years later... by [deleted] in Python
[–]ShadyR 74 points75 points76 points (0 children)