On Wed, Dec 8, 2021, 2:58 PM Rob Cliffe via Python-ideas

> On 08/12/2021 19:27, Paul Moore wrote:
> > The reason deferred objects keep coming up is because they *do* have a
> much more compelling benefit - they help in a much broader range of cases.
>

Can anyone provide some realistic use cases?  I've read the whole thread
> and I can only recall at most one, viz. the default value is expensive to
> compute and may not be needed.


https://docs.dask.org/en/stable/delayed.html

This library is widely used, extremely powerful, and expressive. Basically,
a built-in capability would have every win of Dask Delayed, but decrease
the impedance mismatch (which isn't terrible as-is) and avoid the need for
external tooling.
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/ROC5GZCQGCBE4KWZ6BZXZ5MAXBSYQHN5/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to