"Most of the stuff in JavaScript isn't useless, it's just dangerous, and that's true for HTML, CSS and a lot of other Web technologies," Crockford said. "The issue is how do we fix it without breaking it? For now we've been content putting stuff on top of it, but that can only last so long." So the effort of the standards bodies is to find a way to extend these technologies without "breaking" them.
For example, with the ECMAScript, the TC39 committee abandoned an effort to deliver a fourth version of ECMAScript that advanced the language but also had some features that caused concern for some members, Crockford said. Instead, the committee agreed up a new specification, known as the "Harmony" release, which will incorporate changes and new features amenable to all members. The Harmony release is not expected to be available until at least two years from now. However, in the interim TC39 has committed to deliver a new version of ECMAScript -- known as version 5 -- that advances the language and fixes some of the problems developers have noted.
"The fifth edition of ECMAScript includes some important improvements to the specification," Crockford said. Specifically, the fifth edition features better security, native JSON support, enhanced library support and more, Crockford said.
The fifth edition of ECMAScript is expected in December, Crockford said. A new ECMAScript release has been a long time in coming. The last version, version 3, came out 10 years ago -- in December 1999.
Meanwhile, Crockford said the versioning of the Harmony release is still up in the air, but it will likely be named ECMAScript 6.
"There's a really good language buried deep inside JavaScript," he said. For instance, the Asynchronous JavaScript and XML (AJAX) community is doing some "amazing things" with JavaScript, he added.
Crockford credited Microsoft with having created AJAX, which the software giant openly touts. However, "they were blindsided by their own success," he said. Crockford added that he believes Microsoft figured that innovation on the core construct technologies on the Web was finished "and they went on to build Avalon [the code name for Microsoft Windows Presentation Foundation (WPF)]. Their JScript implementation was such a remarkable implementation of JavaScript. It was that commonality that made AJAX happen. So they absolutely invented it."
However, although praising Microsoft on one hand, Crockford criticized the software giant on another -- Internet Explorer 6. He called the recently announced Google Chrome Frame technology, which enables users to coverIE6 with Google's Chrome browser technology, a "clever hack. The Web development community has a problem with IE6. The core set of IE6 users will likely never upgrade. And the problem is we're never going to get all these people to use the plug-in. It's an embarrassment for Microsoft."