PRODUCTS
See Also
Ejscript™ References
Ejscript is
based on the standardized version of Javascript known as ECMAScript. Ejscript implements both Edition 3
(ECMA-262-3) and the emerging Edition 4 specification.
The following resources may be useful in understanding Ecmascript:
| Title | Description |
| www.ecmascript.org | ECMAScript Edition 4 web site. |
| Evolutionary Programming | Evolving a program from a simple script to a large and more reliable software system. |
| ECMAScript 4 Language Overview White Paper | Language overview presenting all the major new features. |
| ECMAScript 4 Grammar | Current ES4 language grammar syntax. |
| ECMA-262 ECMAScript Language | ECMAScript Language Specification Edition 3 (with errata). Used by most current browsers. |
| ECMA-357 ECMAScript for XML | E4X XML additions to the ECMAScript language. |
| JavaScript the Definitive Guide | For more information about JavaScript Edition 3, we recommend the excellent book on JavaScript by David Flanagan, JavaScript the Definitive Guide by O'Reilly, ISBN: 0-596-00048-0, 2002. |