blob: 09839de0fe16d98ca4c5ceb535258acce1de36d4 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 | ---
title: ECMA
slug: Glossary/ECMA
tags:
  - Glossaire
  - JavaScript
  - Mécanismes web
translation_of: Glossary/ECMA
original_slug: Glossaire/ECMA
---
**Ecma International** (_European Computer Manufacturers Association_) est une organisation à but non lucratif qui développe des standards sur le matériel informatique, les communications, et les langages de programmation.
Sur internet, Ecma est célèbre pour être l'organisation qui maintient [la spécification ECMA-262](http://www.ecma-international.org/publications/standards/Ecma-262.htm) (alias. {{Glossary("ECMAScript")}}) qui est le cœur de la spécification pour le langage {{Glossary("JavaScript")}}.
## En savoir plus
- {{interwiki("wikipedia", "Ecma_International", "Ecma International")}} sur Wikipedia
- [Le site officiel Ecma International](http://www.ecma-international.org/)
 |