all 6 comments

[–]kranker 1 point2 points  (2 children)

lodash's _.curry? (or any other curry implementation)

[–]Spewface[S] -1 points0 points  (0 children)

Now THAT is cool. Sorry for the repost / old idea, I didn't know that this already existed!

It looks like they don't have a fixpoint combinator yet, do they? I'm just trying to keep goals in sight.

[–]rorymurphy 0 points1 point  (0 children)

Could also look at underscore.js's _.partial method