-
Notifications
You must be signed in to change notification settings - Fork 110
Consider rescript style pipe #247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It was considered. See #143. FP devs would probs still complain because their apis are typically data-last, whereas Rescript's pipe is designed around data-first apis. |
@mAAdhaTTah you are right, however as an FP dev who uses |
It was considered. |
Uh oh!
There was an error while loading. Please reload this page.
In my humble opinion the rescript style pipe has the best of both worlds:
advantages from F#:
foo
instead offoo(%)
, andfoo(bar)
instead offoo(bar)(%)
)advantages from Hack:
The only disadvantage is the complexity compared to the F# one, but that sadly failed.
The text was updated successfully, but these errors were encountered: