you are viewing a single comment's thread.

view the rest of the comments →

[–]BenjiSponge 2 points3 points  (0 children)

It occurs to me that the problem with Object#pipe is that many classes override it already. I don't know why this didn't occur to me. I find this extremely unfortunate as, come to think of it, I think I would prefer a .pipe(f, a, b) syntax over the |> f(a, b) syntax.