Y
Hacker News
new
|
ask
|
show
|
jobs
by
sfvisser
1412 days ago
Yes, more akin to what you’d normally call ‘compose’. Fun stuff nonetheless!
2 comments
crooked-v
1412 days ago
`compose` would actually imply
compose(fourth, third, second)(first)
link
mo_po2
1412 days ago
I agree. Calling it pipe adds confusion to FL understanding for newcomers.
link
ledauphin
1412 days ago
pipe is a left to right compose. this is standard nomenclature in many similar libraries.
link