Curried functions

Yongxu Ren renyongxu at gmail.com
Sat Oct 17 02:48:45 UTC 2015


How about we use a different approach?

Instead of allowing ```a(b)(c)``` for ```let a = (b,c) => b+c;```,

Maybe we can use ```a(b,c)``` for ```let a = b => c => b + c```?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20151016/f7c411ec/attachment.html>


More information about the es-discuss mailing list