[Python-ideas] [Value Returning Threard]
Aahz
aahz at pythoncraft.com
Wed May 6 23:02:21 CEST 2009
On Wed, May 06, 2009, yoav glazner wrote:
>
> #now we need the value that foo returned
> print value #this would be blocking untill foo is done!
> </pycode>
>
> This feature should provide a way to increase performance when possible with
> simple syntax.
Please provide more explanation for why the currently available features
are insufficient. Note that what you're asking for would change the
semantics of Python at a very deep level and will almost certainly be
rejected in its present form.
--
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"It is easier to optimize correct code than to correct optimized code."
--Bill Harlan
More information about the Python-ideas
mailing list