Skip to content
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

icepick/fp interface #34

Closed
graingert opened this issue Aug 10, 2017 · 1 comment
Closed

icepick/fp interface #34

graingert opened this issue Aug 10, 2017 · 1 comment

Comments

@graingert
Copy link

would be neat to have a lodash/fp interface in icepick/fp.

with curried: fn(a, b, c) => fn(b, c, a); versions of icepick functions.

@aearly
Copy link
Owner

aearly commented Oct 1, 2017

This would be cool, and not too hard to do to with _.curry/_.rearg. It would incur a performance penalty though. I'm happy using arrow funcs currently.

const result = arr.map(item => i.assoc(item, 'foo', bar))

@aearly aearly closed this as completed May 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants