Re: [Python-ideas] A more readable way to nest functions

2017-01-28 Thread zmo via Python-ideas
Hi list o/ This idea sounds fun, so as a thought experiment why not imagine one way of integrating it in what I believe would be pythonic enough. On Sat, Jan 28, 2017 at 12:41:24PM +, Ed Kellett wrote: > FWIW, I'd spell it without the (), so it's simply a right-associative > binary operator o

Re: [Python-ideas] A more readable way to nest functions

2017-01-29 Thread zmo via Python-ideas
16:27PM +0100, zmo via Python-ideas wrote: > > This idea sounds fun, so as a thought experiment why not imagine one > > way of integrating it in what I believe would be pythonic enough. > This idea is sometimes called "the Collection Pipeline" design pattern, > and