= Project Status = Project seems to have stalled in [http://www.dsource.org/projects/dmdscript-2/changeset/39 February 2011]. = Welcome to DMDScript-2 = DMDScript is an implementation of ECMA-262 scripting language written in the D programming language.[[BR]] For more info on DMDScript, consult http://www.digitalmars.com/dscript/index.html This is D 2.0 port of the original DMDScript. [[BR]] The port itself is complete. The goal is to bring it in line with the standard and make it more stable, then numerous "speedhacks" would be carefully restored. == Distinct changes == * Slowly being converted to use new D 2.0 idioms/libraries where applicable[[BR]] * Far better conforms with the standard[[BR]] * Still has reasonable speed, it's about 20 slower then the one in Mozila/Chrome, but still faster then Jscript[[BR]] * Uses slightly hijacked version of [http://dsource.org/projects/aa RandAA] instead of built-in AA (due to wierd bugs)[[BR]] * Few severe bugs fixed