Y
Hacker News
new
|
ask
|
show
|
jobs
by
pharmakom
997 days ago
Still prefer
pipe([ f, g, h, ])(123);
Or, you know, a functional language.
2 comments
epolanski
996 days ago
That's not `pipe`, that's `compose` or `flow`.
link
_v7gu
997 days ago
That looks more like compose rather than apply (i.e pipe) to me
link