[Python-3000] Wild idea: Deferred Evaluation & Implicit Lambda

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Wed May 31 14:47:21 CEST 2006


Talin <talin at acm.org> writes:

> A 'promise' on the other hand, doesn't need to be explicitly called to 
> evaluate it. Instead, it automatically evaluates itself whenever it is 
> 'used'. The problem, of course, is that we haven't defined 'used' very 
> well. (I.e. if you pass the unevaluated argument to another function, 
> does it get evaluated or not?)

I'm afraid that this can't be defined well. I haven't yet seen
a consistently behaving transparent proxy in any language.

-- 
   __("<         Marcin Kowalczyk
   \__/       qrczak at knm.org.pl
    ^^     http://qrnik.knm.org.pl/~qrczak/


More information about the Python-3000 mailing list