Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

A nice example. Thank you.

I just want to note that in Ramda, because of it's strong insistence on a data-last API (which makes the currying easier), this would be written in this order:

    result = filter(greater(R), map(distance(origin), array));
But it's precisely the same idea.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: