Curried functions

Niloy Mondal niloy.mondal84 at gmail.com
Thu Oct 15 12:08:52 UTC 2015


It would be really cool to have syntax to curry functions built into the
languages. Something like...

```js
curry function add(a, b) {
    return a + b;
}

add(2)(3); // 5
```
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20151015/c7a4b84a/attachment.html>


More information about the es-discuss mailing list