[Python-ideas] One more time... lambda function <--- from *** signature def.

Steven D'Aprano steve at pearwood.info
Tue Mar 4 12:25:35 CET 2014


On Tue, Mar 04, 2014 at 10:09:21PM +1100, Steven D'Aprano wrote:

> Agreed. What I have in my head is some vague concept that the Python 
> evaluation rules will somehow know when to evaluate the thunk and when 
> to treat it as an object, which is (as I understand it) what happens in 
> Algol. 

Since Algol is not an OOP language, that would be "value", not 
"object".



-- 
Steven


More information about the Python-ideas mailing list