ECMAScript: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 11: Line 11:


== References ==
== References ==
Consult [http://www.ecmascript.org/index.php ecmascript.org] for news.


=== Standards ===
=== Standards ===
Line 21: Line 22:
** This is a new standard that isn't very much implemented yet.
** This is a new standard that isn't very much implemented yet.


* ECMAScript 4, the specification for JavaScript 2.0 and (most of) ActionScript 3 was still in preparation in April 2008. (Consult [http://www.ecmascript.org/index.php ecmascript.org] for news)
; Under preparation
* ECMAScript 3.1 (early 2009) ?
** See [http://ejohn.org/blog/ecmascript-harmony/ ECMAScript Harmony] for a discussion
 
; Failed standards
 
* ECMAScript 4, the specification for JavaScript 2.0 and (most of) ActionScript 3 has been given up it seems (dec 2008):
** [http://ejohn.org/blog/ecmascript-harmony/ ECMAScript Harmony]
** [http://www.gskinner.com/blog/archives/2008/08/javascript_stal.html JavaScript Stalled, AS3 Orphaned - Microsoft to Blame?] (Grant Skinner, Aug 2008)
** [http://whydoeseverythingsuck.com/2008/08/ru-roh-adobe-screwed-by-ecmascript.html Ru Roh! Adobe Screwed By EcmaScript Standards Agreement] (Hank Williams, Aug 2008).


=== Manuals ===
=== Manuals ===

Revision as of 20:30, 8 December 2008

Draft

Definition

“ECMAScript is a scripting programming language, standardized by Ecma International in the ECMA-262 specification. The language is widely used on the web, and is often referred to as JavaScript or JScript, after the two primary implementations of the specification.” (Wikipedia), retrieved 12:49, 22 May 2007 (MEST)).

Related entries: Scripting language, JavaScript links, AJAX, SVG, XHTML, Sharable Content Object Reference Model, ....

Short history

See the Wikipedia article for the moment ...

References

Consult ecmascript.org for news.

Standards

  • Standard ECMA-357, ECMAScript for XML (E4X) Specification, 2nd edition (December 2005)
    • This is a new standard that isn't very much implemented yet.
Under preparation
Failed standards

Manuals

Human readable ECMAScript manuals don't seem to exist. We therefore suggest to consult JavaScript manuals, in particular

Daniel K. Schneider doesn't know how good a various implementations are. Probably none is 100% correct ECMA-357-3. On the other hand, most 2008 browsers (IE7, FF2, Opera 9, etc.) implement ECMA-357 reasonably well. The trouble is DOM, i.e. DOM level 2 and 3 HTML and XML bindings.

Overviews

Tutorials

E4X

See ECMAscript for XML

  • Fremantle, Paul and Anthony Elder (1005). AJAX and scripting Web services with E4X, Part 1, IBM Works, HTML

Other links