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-09 0:06
>>21
$ time perl -e'$count=0;while($count <= 9999){$count++;}'
real 0m0.005s
user 0m0.007s
sys 0m0.000s
$ time ruby -e'puts (0..9999).reduce :+'
real 0m0.013s
user 0m0.010s
sys 0m0.000s