On 19/02/21 9:43 am, Steven D'Aprano wrote:
Although I have heard from Ruby enthusiasts that the ability to write large, complex, multi-statement anonymous block functions is really useful, its not something I can personally say I have missed.
Ruby may be somewhat different here, because Ruby's equivalent of things like the iterator protocol work by passing in a block of code representing the loop body, so having an easy way to write that is important. -- Greg _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/OWJSH7YOKDASTILTGNMPW4YTBGV3SZPU/ Code of Conduct: http://python.org/psf/codeofconduct/
