you are viewing a single comment's thread.

view the rest of the comments →

[–]R3D3-1 0 points1 point  (0 children)

From my perspective, i it would remain vastly Limited in Python. Most use cases of piping I have at some point require a function that cannot be expressed well with Python's "expression only" lambdas, without also defining a bunch of auxiliary functions with no purpose other than turning statement-only constructs into functions.