ECMAScript Edition 4 (JavaScript 2) Reference Implementation

June 9, 2007

Dave Herman on Lambda the Ultimate:

The first pre-release of the reference implementation of ECMAScript Edition 4 (a.k.a. JavaScript 2) is now available. We’ve created a new web site for information about the ECMAScript specification and reference implementation. You can download source and binary forms of the reference implementation.

As we’ve discussed before here on LtU, the reference implementation of ECMAScript is being written in Standard ML.

Update: Dave also elaborates on the choice of ML:

Our initial intention was to write a custom specification language that would be tailored to our purposes, with just the right core control features and datatypes to serve as an appropriately abstract model of ECMAScript. But before long, we realized that we were pretty much describing ML. Rather than specifying, implementing, and documenting another programming language that was 80% ML, why reinvent the wheel?
The benefits of this approach are many: a definition in a formal language that itself has a clear and precise definition, the luxury of many robust and high-performance implementations (we’ll be using OCaml extended with first-class continuations), and free “technology transfer” from all the existing ML literature and communities.
And finally, by releasing real software—written in a direct functional style—for reading, type-checking, and evaluating ECMAScript programs, we’ll be providing a standard set of tools for static analysis and other research on the ECMAScript language.

Damn. Now I do not only feel the strong urge to learn Scala, but also JS2 and of course ML. Seriously, if each day had 72 hours, I would not feel bored :-)

About

This page contains a single entry from Stefan Tilkov's Random Stuff posted on June 9, 2007 9:35 AM. The previous post in this blog was E-mail is not a Platform for Design. The next post in this blog is Why GData/APP Fails as a General Purpose Editing Protocol for the Web. Many more can be found on the main index page or by looking through the archives.

Comments

72 hours in a day? Are you mad? How are you going to get anything done in so little time?

Posted by: Aristotle Pagaltzis at June 9, 2007 3:18 PM | link

;-)

Posted by: Stefan Tilkov at June 9, 2007 7:49 PM | link