Home » questions » Why are JavaScript implementations so incompatible with each other, while Java implementations are c
Why are JavaScript implementations so incompatible with each other, while Java implementations are c
It is interesting to see how two languages born at about the same time, and released to the public just one week apart from each other - have become two completely different things. In addition to their
Java is the eldest, in the public sense, by about one week. Perhaps the more mature in other ways too.
Ironically, JavaScript managed to get passed as a standard by a European standards body called ECMA, which really is not known for computer programming language standards, it turns out.
Programs port from one version of Java to another easily. Crossing platform to platform is easy with Java
With JavaScript, two applications on the same computer don't even have compatible JavaScript interpreters. The groups making the interpreters do not seem to mind. Those writing programs in it tend to only target one of the many different ones out there.
Is this a sign of standardization? A total lack of portability? Really?
How come it got this way? Originally, there was only one Netscape.

Answers
Kryzchek
On 2006-08-03 23:34:28