★ wanayoo — archive 1999 http://developer.mozilla.org/ja/docs/JavaScript_Language_ResourcesNouvelle recherche | Portail wanayoo
Visit Mozilla.org

JavaScript Language Resources

出典: MDC

目次

[編集] JavaScript 1.x

ECMAScript は ECMA 標準化団体 の TC39 委員会で標準化された JavaScript に使われる名前です。次のような ECMAScript 標準が承認されています:

名前 リンク 日付 説明
ECMA-262 PDF 1997 年 6 月 最初の ECMAScript 標準。
ECMA-262 Edition 2 PDF 1998 年 8 月 ECMAScript 標準の 改訂 2 版で、ISO 標準standard 16262 でもある。
ECMA-262 Edition 3 PDF Word 1999 年 12 月 最新の ECMAScript 標準の改訂3版で JavaScript 1.5 に対応。 正誤表も参照。
ECMA-357 PDF June 2004 ECMAScript for XML (E4X)。
E4X 正誤表も参照。

[編集] JavaScript 2.0 と ECMAScript Edition 4

[編集] 現在の情報

新着: ACM ICFP 2005 カンファレンス用の Brendan の基本方針 JavaScript at Ten Years (Powerpoint)

現在の ECMAScript 第4版作業が定期的に http://developer.mozilla.org/es4/ にアップロードされています。

[編集] Historical information

この章の情報は時代遅れです。

See the JavaScript 2.0 Page for a Netscape proposal for the next version of the JavaScript language. All information there is preliminary in nature and does not necessarily indicate that we will implement certain features in the future. We are working through ECMA TC39 to coordinate and standardize the proposed changes.

See the ECMAScript Edition 4 Page for a related Netscape proposal for the next version of the ECMAScript standard.

Waldemar is the editor of the ECMA-262 Edition 4 standard proposed for 2002. The incomplete ECMA TC39 working draft under construction is available here in PDF format.

Waldemar presented a talk about JavaScript 2.0 at the LL1 conference at MIT. Follow the agenda link to get to the talk’s slides.

Waldemar presented a paper “JavaScript 2.0: Evolving a Language for Evolving Systems�? (PDF) and a talk about JavaScript 2.0 (PowerPoint slides) at MacHack 2002. These describe some of the JavaScript 2.0 language features and the rationales behind selecting them and their particular designs.

There's an early version of an implementation of JavaScript 2.0, codenamed Epimetheus.

[編集] LiveConnect

LiveConnect は JavaScript から Java へのブリッジです。LiveConnect version 3SpiderMonkey バージョン 1.4 以降と Rhino 1.5 以降で実装されています。

[編集] その他

以下のリソースが役立つかもしれません:

[編集] Original Document Information