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

`compose` would actually imply

  compose(fourth, third, second)(first)
I agree. Calling it pipe adds confusion to FL understanding for newcomers.
pipe is a left to right compose. this is standard nomenclature in many similar libraries.