Re: Re: Explainer/Spec: Smart pipelines

2018-03-12 Thread J. S. Choi
@Naveen: > If generator composition isn't directly supported somehow, then I'd have to > say I personally find the function composition proposal more compelling on > its own, even in the absence of a pipeline operator. That’s all right, Naveen; thank you for reading the explainer and/or spec

Re: Function composition vs pipeline

2018-03-12 Thread Terence M. Bandoian
In my opinion, one of the more significant advances in the C programming language was the increase in the maximum length of identifiers. To me, this translates to "less cryptic is better". -Terence Bandoian On 3/11/2018 1:09 AM, Peter Jaszkowiak wrote: Personally, I'd push my subordinates

Re: Re: Explainer/Spec: Smart pipelines

2018-03-12 Thread Naveen Chawla
If generator composition isn't directly supported somehow, then I'd have to say I personally find the function composition proposal more compelling on its own, even in the absence of a pipeline operator. On Mon, 12 Mar 2018 at 05:56 Tab Atkins Jr. wrote: > On Sun, Mar 11,