Y
Hacker News
new
|
ask
|
show
|
jobs
by
technojamin
839 days 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).
1 comments
euiq
839 days ago
I assume they're talking about code like
x |> f a |> g b …
… where everything after the first |> is essentially in point-free style.
link