ECMAScript 5 is an ECMA standard (despite IBM, Intel voting no)
mail.mozilla.org
ECMAScript 5 is an ECMA standard (despite IBM, Intel voting no)
1–7 of 7 posts
Re: ECMAScript 5 is an ECMA standard (despite IBM, Intel voting no)
#2Re: ECMAScript 5 is an ECMA standard (despite IBM, Intel voting no)
#3Re: ECMAScript 5 is an ECMA standard (despite IBM, Intel voting no)
#4If you want to read the standard: http://www.ecma-international.org/publications/standards/Ecm...
The introduction to the language (Part 4) is actually extremely succinct, to the extent that I now believe anyone who wants to write Javascript should read it.
Re: ECMAScript 5 is an ECMA standard (despite IBM, Intel voting no)
#5If you want to read the standard: http://www.ecma-international.org/publications/standards/Ecm...
ECMAScript 5 http://blogs.gnome.org/xan/2009/05/23/ecmascript-5/
ECMAScript 5 Objects and Properties http://ejohn.org/blog/ecmascript-5-objects-and-properties/
Make sure to read the comments on ejohn's blog - they are quite useful.
Re: ECMAScript 5 is an ECMA standard (despite IBM, Intel voting no)
#6Those were islands of sanity and beauty in the ocean of raw sewage aka the browser environment.
In any case, I don't see this as evolutionary nor revolutionary. The benefits are non-existent, the hassles too many to enumerate. This feels like something a jobless and clueless government would do.
Re: ECMAScript 5 is an ECMA standard (despite IBM, Intel voting no)
#7There is a revealing phrase in the blog post linked to elsewhere in this thread (http://ejohn.org/blog/ecmascript-5-objects-and-properties/): "Property descriptors (and their associated methods) is probably the most important new feature of ECMAScript 5. It gives developers the ability to have fine-grained control of their objects, prevent undesired tinkering, and maintaining a unified web-compatible API." [italics added]
"Undesired tinkering" is the very essence of what made the web the web. These perennial efforts to add restrictions, control, lock-down, etc., seem to me rooted in a failure to understand this. Had these people been in control all along, there would never had been a web in the first place.
Every time I encounter this mentality, I refresh myself by re-reading Adam Bosworth's classic polemic in favor of the simple and sloppy: http://news.ycombinator.com/item?id=447086