Every language currently used (except Python) will be regarded as stone age technology that isn't useful to anyone ever. Python will become the Scheme.
Name:
Anonymous2010-10-04 18:57
>>16
As an implementation feature, TCO is an optional optimization, as in CL (even though anything that's not a piece of shit ought to do it). However, I want it as a specified language feature, as in Scheme, which means you can safely rely on it to write programs.
The GIL is more of an implementation feature since threading does work on CPython, even if it sucks.