Skip to content

Comment on “Discuss latest changes to master before releasing”

Comments

I like Ramda[1] better than both underscore or lodash because of it's argument ordering (function first) and auto-currying[2]. It's 7kb minified and gzipped.

[1] http://ramdajs.com/

[2] https://buzzdecafe.github.io/code/2014/05/16/introducing-ram...

https://www.npmjs.com/package/lodash-fp

Don't know how they compare though.

Yap, lodash v3 (https://github.com/lodash/lodash/releases/tag/3.0.0) introduced lodash-fp for auto-curried iteratee-first lodash methods.

I like Ramda as well, currying was a feature I didn't expect to use as often as I did.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.