Показать сообщение отдельно
  #13 (permalink)  
Старый 09.08.2015, 12:02
Аватар для Erolast
Профессор
Отправить личное сообщение для Erolast Посмотреть профиль Найти все сообщения от Erolast
 
Регистрация: 24.09.2013
Сообщений: 1,436

Цитата:
На СПЕЦИФИКАЦИИ ECMAScript есть еще и ActionScript, JScript(от MicroSoft), по этому ECMAScript это не только JS.
Это все диалекты. JS - де-юре, вроде как, тоже диалект, но де-факто им сейчас называют ECMAScript в чистом виде.

Вообще, вот как все было историчеcки (выдержка из спецификации ES-2015):
Цитата:
ECMAScript is based on several originating technologies, the most well-known being JavaScript (Netscape) and JScript (Microsoft). The language was invented by Brendan Eich at Netscape and first appeared in that company’s Navigator 2.0 browser. It has appeared in all subsequent browsers from Netscape and in all browsers from Microsoft starting with Internet Explorer 3.0.

The development of the ECMAScript Language Specification started in November 1996. The first edition of this Ecma Standard was adopted by the Ecma General Assembly of June 1997.

That Ecma Standard was submitted to ISO/IEC JTC 1 for adoption under the fast-track procedure, and approved as international standard ISO/IEC 16262, in April 1998. The Ecma General Assembly of June 1998 approved the second edition of ECMA-262 to keep it fully aligned with ISO/IEC 16262. Changes between the first and the second edition are editorial in nature.

The third edition of the Standard introduced powerful regular expressions, better string handling, new control statements, try/catch exception handling, tighter definition of errors, formatting for numeric output and minor changes in anticipation future language growth. The third edition of the ECMAScript standard was adopted by the Ecma General Assembly of December 1999 and published as ISO/IEC 16262:2002 in June 2002.

After publication of the third edition, ECMAScript achieved massive adoption in conjunction with the World Wide Web where it has become the programming language that is supported by essentially all web browsers. Significant work was done to develop a fourth edition of ECMAScript. However, that work was not completed and not published as the fourth edition of ECMAScript but some of it was incorporated into the development of the sixth edition.

То есть, дело было так.

В лихие 90-ые, во времена дуополии IE и Netscape Navigator, когда веб двигался самодеятельностью этих браузеров, Брендан Айк склепал на коленке язык "для оживления веб-страничек" и назвал его JavaScript. Майкрософту фича понравилась, и они реализовали её у себя, уже с названием JScript.
В 1996-ом году чуваки решили объединиться и, с поддержкой организации Ecma (котороя вообще занимается стандартизацией всего и вся, связанного с компьютерами), написать единый стандарт. Названием языка было выбрано "ECMAScript", чтобы никого не обидеть и из-за того, что торговая марка "JavaScript" уже была зарегистрирована на Oracle.
В последствии (уже после релиза третьей версии в 2002-ом году) W3C утвердил ECMAScript как язык, который должен реализовываться браузерами для скриптинга веб-страниц (с добавлением DOM API и некоторых глобальных объектов (fetch, setInterval, console), также описанных в каком-то стандарте W3C).

P.S. Не с глаголами пишется раздельно.

Последний раз редактировалось Erolast, 09.08.2015 в 12:44.
Ответить с цитированием