Is there a real implementation of ECMAScript or is it just a specification?

I read both links below

http://en.wikipedia.org/wiki/ECMAScript

What is the difference between JavaScript and ECMAScript?

My question is, does ECMAScript exist as something that I can download and use instead of JavaScript?

+4
source share
2 answers

It’s just the standard that dictates the implementation of the javascript language, it’s not what you “download and run”. You can write your code against the ECMAScript specification and pretty much expect it to run on all javascript interpreters (or that idea anyway ;-))

, ECMAScript , , - .

+6

ECMAScript - .

, ( ), ECMAScript- - JavaScript ( Mozilla), JScript ( Internet Explorer Windows Script Host), ActionScript ( Adobe Flash) ..

, , ECMA-262, - ActionScript - 4- . , 4- 5- , .

3- Google. .

+16

All Articles