5 ms·
Pipes in both of the languages you specified do function application, not composition, so they’re very much point-ful (you see the arguments you pass/get passed
by technojamin 3y ago
Pipes in both of the languages you specified do function application, not composition, so they’re very much point-ful (you see the arguments you pass/get passed).
- euiq 3y agoI assume they're talking about code like x |> f a |> g b … … where everything after the first |> is essentially in point-free style.