On Sat, 02 Jun 2012 09:41:00 -0700, Lew <> wrote,
quoted or indirectly quoted someone who said :
>Yes, like that library designers tend to see a need for the same
>functionality, e.g., eliciting String prefixes, and they tend to use the
>obvious English-like names, e.g., "starts with".
Long time ago at Univac they decided they wanted to redo all their
compilers with a common core and common optimiser.
Microsoft did the same thing. The low level convergence means it is
cheap to add features to a language that are already supported in the
core. So it looks from the high level like languages are converging.
It also tends to make it expensive for a language to have a quirky way
of implementing some feature. It tends to shed those.
--
Roedy Green Canadian Mind Products
http://mindprod.com
Controlling complexity is the essence of computer programming.
~ Brian W. Kernighan 1942-01-01
..