aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/javascript/language_resources/index.md
blob: 0ef1ae3fb7d99b232a1260b3a8b3bcd6f5fdc97c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
---
title: ECMAScript
slug: Web/JavaScript/Language_Resources
tags:
  - Avancé
  - JavaScript
translation_of: Web/JavaScript/Language_Resources
---
{{JsSidebar}}

**ECMAScript** est un langage de script qui forme la base de [JavaScript](/fr/docs/Web/JavaScript). ECMAScript est standardisé par l'organisation [ECMA International](https://www.ecma-international.org/) grâce aux spécifications **ECMA-262 et ECMA-402**. Les standards ECMAScript suivants ont été approuvés ou sont en cours de rédaction:

<table class="standard-table">
  <tbody>
    <tr>
      <th>Nom</th>
      <th>Lien</th>
      <th>Date de publication</th>
      <th>Description</th>
    </tr>
    <tr>
      <th colspan="4">Éditions actuelles</th>
    </tr>
    <tr>
      <td>ECMA-262 10e édition</td>
      <td>
        <a href="https://tc39.github.io/ecma262/">Brouillon de travail</a>
      </td>
      <td>2019</td>
      <td>Spécification du langage ECMAScript 2019</td>
    </tr>
    <tr>
      <td>ECMA-262, 9e édition</td>
      <td>
        <a
          href="http://ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf"
          >PDF</a
        >,
        <a href="http://ecma-international.org/ecma-262/9.0/index.html#Title"
          >HTML</a
        >, <br /><a href="https://tc39.github.io/ecma262/"
          >Brouillon de travail</a
        >, <a href="https://github.com/tc39/ecma262">dépôt</a>
      </td>
      <td>2018</td>
      <td>Spécification du langage ECMAScript 2018</td>
    </tr>
    <tr>
      <td>ECMA-402 5e édition</td>
      <td>
        <a href="https://tc39.github.io/ecma402/"
          >Brouillon de la spécification</a
        >, <a href="https://github.com/tc39/ecma402">dépôt</a>
      </td>
      <td>2018</td>
      <td>Spécification pour l'API d'internationalisation ECMAScript 2018</td>
    </tr>
    <tr>
      <th colspan="4">Éditions historiques/obsolètes</th>
    </tr>
    <tr>
      <td>ECMA-262</td>
      <td>
        <a
          href="https://www.ecma-international.org/publications/files/ECMA-ST-ARCH/ECMA-262,%201st%20edition,%20June%201997.pdf"
          >PDF</a
        >
      </td>
      <td>Juin 1997</td>
      <td>
        ECMAScript : un langage de programmation générique, multi-plateforme.
        C'est la première version du standard ECMAScript.
      </td>
    </tr>
    <tr>
      <td>ECMA-262, 2e édition</td>
      <td>
        <a
          href="https://www.ecma-international.org/publications/files/ECMA-ST-ARCH/ECMA-262,%202nd%20edition,%20August%201998.pdf"
          >PDF</a
        >
      </td>
      <td>Août 1998</td>
      <td>
        Spécification du langage ECMAScript. C'est la deuxième révision du
        standard. Elle correspond aussi au standard ISO 16262.
      </td>
    </tr>
    <tr>
      <td>ECMA-262 3e édition</td>
      <td>
        <a
          href="https://www.ecma-international.org/publications/files/ECMA-ST-ARCH/ECMA-262,%203rd%20edition,%20December%201999.pdf"
          >PDF</a
        >
      </td>
      <td>Décembre 1999</td>
      <td>
        Spécification du langage ECMAScript. C'est la troisième révision du
        standard. Elle correspond à JavaScript 1.5.<br />Voir aussi
        <a href="https://www.mozilla.org/js/language/E262-3-errata.html"
          >l'errata</a
        >
        à ce propos.
      </td>
    </tr>
    <tr>
      <td>ECMA-262 5e édition</td>
      <td>
        <a
          href="https://www.ecma-international.org/publications/files/ECMA-ST-ARCH/ECMA-262%205th%20edition%20December%202009.pdf"
          >PDF</a
        >
      </td>
      <td>Décembre 2009</td>
      <td>
        Spécification du langage ECMAScript. C'est la cinquième révision du
        standard.<br />Voir aussi
        <a
          href="https://wiki.ecmascript.org/doku.php?id=es3.1:es3.1_proposal_working_draft"
          >l'errata pour ES5</a
        >
        et
        <a href="/fr/DOcs/JavaScript/ECMAScript_5_support_in_Mozilla"
          >la prise en charge d'ECMAScript 5 par Mozilla</a
        >
      </td>
    </tr>
    <tr>
      <td>ECMA-357</td>
      <td>
        <a
          href="https://www.ecma-international.org/publications/files/ECMA-ST-WITHDRAWN/ECMA-357,%201st%20edition,%20June%202004.pdf"
          >PDF</a
        >
      </td>
      <td>Juin 2004</td>
      <td>
        <a href="/fr/DOcs/E4X">ECMAScript pour XML (E4X)</a>.<br />Voir aussi<a
          class="link-https"
          href="https://bugzilla.mozilla.org/attachment.cgi?id=169406"
        >
          l'errata pour E4X</a
        >.
      </td>
    </tr>
    <tr>
      <td>ECMA-262, édition 5.1</td>
      <td>
        <a href="https://www.ecma-international.org/ecma-262/5.1/Ecma-262.pdf"
          >PDF</a
        >, <a href="https://www.ecma-international.org/ecma-262/5.1/">HTML</a>
      </td>
      <td>Juin 2011</td>
      <td>
        Cette version correspond complètement à la troisième édition du standard
        international
        <a
          href="https://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=55755"
          >ISO/IEC 16262:2011</a
        >.<br />Elle inclut les correctifs lié à l'errata pour ES5, elle ne
        contient pas de nouvelles fonctionnalités.
      </td>
    </tr>
    <tr>
      <td>ECMA-402 1ère édition</td>
      <td>
        <a href="https://ecma-international.org/ecma-402/1.0/ECMA-402.pdf"
          >PDF</a
        >,
        <a href="https://ecma-international.org/ecma-402/1.0/index.html"
          >HTML</a
        >
      </td>
      <td>Décembre 2012</td>
      <td>Spécification pour l'API d'internationalisation ECMAScript</td>
    </tr>
    <tr>
      <td>ECMA-262 6e édition</td>
      <td>
        <a
          href="https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf"
          >PDF</a
        >,
        <a href="https://www.ecma-international.org/ecma-262/6.0/index.html"
          >HTML</a
        >
      </td>
      <td>Juin 2015</td>
      <td>Spécification 2015 pour le langage ECMAScript (sixième édition)</td>
    </tr>
    <tr>
      <td>ECMA-402 2e édition</td>
      <td>
        <a href="https://www.ecma-international.org/ecma-402/2.0/ECMA-402.pdf"
          >PDF</a
        >
      </td>
      <td>Juin 2015</td>
      <td>Spécification pour l'API d'internationalisation ECMAScript 2015</td>
    </tr>
    <tr>
      <td>ECMA-262 7e édition</td>
      <td>
        <a href="https://www.ecma-international.org/ecma-262/7.0/">HTML</a>
      </td>
      <td>Juin 2016</td>
      <td>Spécification 2016 pour le langage ECMAScript (septième édition)</td>
    </tr>
    <tr>
      <td>ECMA-402 3e édition</td>
      <td>
        <a href="https://www.ecma-international.org/ecma-402/3.0/">HTML</a>
      </td>
      <td>Juin 2016</td>
      <td>Spécification pour l'API d'internationalisation ECMAScript 2016</td>
    </tr>
    <tr>
      <td>ECMA-262 8e édition</td>
      <td>
        <a href="https://www.ecma-international.org/ecma-262/8.0/">HTML</a>
      </td>
      <td>Juin 2017</td>
      <td>Spécification 2017 pour le langage ECMAScript (huitième édition)</td>
    </tr>
    <tr>
      <td>ECMA-402 4e édition</td>
      <td>
        <a href="https://www.ecma-international.org/ecma-402/4.0/">HTML</a>
      </td>
      <td>Juin 2017</td>
      <td>Spécification pour l'API d'internationalisation ECMAScript 2017</td>
    </tr>
  </tbody>
</table>

ES.Next est un nom dynamique qui fait toujours référence à la prochaine version d'ECMAScript, en cours de rédaction. Les fonctionnalités d'ES.Next sont plutôt considérées comme des propositions car la spécification n'a pas encore été finalisée.

Pour plus d'informations sur l'histoire d'ECMAScript, voir [la page Wikipédia sur ECMAScript](https://fr.wikipedia.org/wiki/ECMAScript).

Il est possible de participer ou de suivre les travaux concernant la prochaine révision de la spécification sur le langage ECMAScript, appelée « Harmony », ainsi que pour la spécification de l'API d'internationalisation grâce au wiki public et à la liste de diffusion [es-discuss](https://mail.mozilla.org/listinfo/es-discuss) accessibles depuis [ecmascript.org](https://www.ecmascript.org/community.php).

## Implémentations

- [SpiderMonkey](/fr/docs/SpiderMonkey) : le moteur JavaScript utilisé dans Firefox et les autres produits Mozilla
- [Rhino](/fr/docs/Rhino) : un moteur JavaScript écrit en Java
- [Tamarin](/fr/docs/Tamarin) : la machine virtuelle ActionScript (utilisée par Adobe® Flash® Player)
- [Autres implémentations](https://en.wikipedia.org/wiki/List_of_ECMAScript_engines) (Wikipédia).

## Voir aussi

- [Le blog de Brendan Eich](https://brendaneich.com/) (en anglais). Brendan Eich est le créateur de JavaScript et du moteur SpiderMonkey. Il continue de travailler avec le groupe de travail ECMA pour faire évoluer le langage.
- [L'analyse de Dmitry Soshnikov sur les troisième et cinquième édition d'ECMA-262](https://dmitrysoshnikov.com/)