2007-10-01
Standard ML to Javascript compiler
smltojs is a compiler from Standard ML to Javascript. According to the page it has support for all of Standard ML.
Since the reference implementation of Ecmascript 4 is written in Standard ML it would be interesting to see if it can be built using this compiler. That would provide an es4 implementation that runs in the browser based off the reference implementation.