[Python-ideas] Re: Generalized deferred computation in Python

2022-06-26 Thread Piotr Duda
niedz., 26 cze 2022 o 08:17 Brendan Barnwell napisał(a): > In other words it really is very similar to what a lambda currently > is, > but with more fine-grained control over which variables are bound in > which namespaces (definition vs. eval). But lambda already have fine-grained contr

[Python-ideas] Re: Generalized deferred computation in Python

2022-06-26 Thread Jelle Zijlstra
El sáb, 25 jun 2022 a las 13:44, Chris Angelico () escribió: > On Sun, 26 Jun 2022 at 04:41, Brendan Barnwell > wrote: > > In contrast, what I would want out of deferred evaluation is > precisely > > the ability to evaluate the deferred expression in the *evaluating* > > scope (not the de

[Python-ideas] Re: Generalized deferred computation in Python

2022-06-26 Thread Chris Angelico
On Sun, 26 Jun 2022 at 23:20, Jelle Zijlstra wrote: > > > > El sáb, 25 jun 2022 a las 13:44, Chris Angelico () escribió: >> >> On Sun, 26 Jun 2022 at 04:41, Brendan Barnwell wrote: >> > In contrast, what I would want out of deferred evaluation is >> > precisely >> > the ability to evalua