You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2017. It is now read-only.
One of the goals for Roy is to ensure the JavaScript output should easily be used from plain JavaScript (and hopefully other languages).
Here we want
fto be a curried function:The problem with currying each function definition is that it doesn't compile to great JavaScript:
But maybe we could implement currying on the caller side?
Yes, the JavaScript it not great - but only if you use the currying. Plain JavaScript clients don't change.