Nelo, that is function composition. While it's a very useful concept, it isn't quite the same thing; you have to first create the composed function before using it. What I'm proposing is an operator that allows ad-hoc chained invocations, with a primary goal of having the input read first.
On Tue, Nov 10, 2015 at 2:12 PM, Nelo Mitranim <[email protected]> wrote: > Seems pointless. Functions can be trivially composed to form a “pipeline” > without introducing new syntax: https://lodash.com/docs#flow
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

