Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

FAQ Topic - What is ECMAScript? (2012-04-26)

1 view
Skip to first unread message

FAQ server

unread,
Apr 25, 2012, 7:00:02 PM4/25/12
to
-----------------------------------------------------------------------
FAQ Topic - What is ECMAScript?
-----------------------------------------------------------------------

ECMA-262 [ref 1]
is the international standard that current language implementations
(JavaScript™, JScript etc.) are based on.

ECMA-262 [ref 2]
defines the language Syntax, Types, Keywords, Operators, and built-in
objects. The ECMAScript specification is the reference to determine the
expected behavior of a program. ECMAScript does not define any host
objects, such as `document`, `window`, or `ActiveXObject`.

ECMA-327 defines the Compact Profile of ECMAScript by
describing the features from ECMA 262 that may be omitted in some
resource-constrained environments.
<URL: http://www.ecma-international.org/publications/standards/Ecma-327.htm>

The most widely supported edition of ECMA-262 is the 3rd edition (1999).
There is fair support for this edition in JScript 5.5+ (buggy) and good
support JavaScript 1.5.

The term "javascript" is used as a common name for all dialects of ECMAScript.

References:
-----------

[1] http://www.ecma-international.org/publications/standards/Ecma-262.htm
[2] http://www.ecma-international.org/publications/standards/Ecma-262.htm


The complete comp.lang.javascript FAQ is at
http://jibbering.com/faq/

--

The sendings of these daily posts are proficiently hosted
by http://www.pair.com.

0 new messages