selfrefactor / rambdax

Extended version of Rambda
https://selfrefactor.github.io/rambdax
MIT License
221 stars 26 forks source link

Page not found #40

Closed makarkotlov closed 4 years ago

makarkotlov commented 4 years ago

This link leads to 404 - https://selfrefactor.gitbooks.io/blog/content/argumenting-rambdas-curry.html

And btw can I somehow do the same as ramda's curryN in rambdax?

image

selfrefactor commented 4 years ago

Thank you for bringing it up. It is fixed now. As for R.curryN - it doesn't seems too easy to implement, but I am open to a PR that adds this method.

I will close this issue, but you can comment further.