decurry. Decurry is the 'reverse' of curry: given a composed function `fn(arg1)(arg2)(arg3)` it gives a function that can be called as `fn(arg1, arg2, arg3)` or `fn(arg1, arg2)(arg3) etc.

github.com/anodynos/decurry

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

No recent activity.