From: Max B. <be...@ma...> - 2004-01-08 09:50:41
|
Hello winscript-talks, http://www.digitalmars.com/dscript/index.html What is DMDScript? DMDScript is Digital Mars' implementation of the ECMA 262 scripting language. Netscape's implementation is called JavaScript, Microsoft's implementation is called JScript. DMDScript is much faster than other implementations, which you can verify with the included benchmark. Note: DMDScript is not the D Programming Language, nor is it Java. Here is the FAQ for ECMAScript. Key Benefits of DMDScript Implementation of ECMA 262 with JScript extensions. More than twice as fast as JScript, as measured by included benchmark. Both standalone and COM versions built from the same source. Ideal for embedded systems - standalone version is not dependent on Windows COM API. Ideal for ECMAscript enabling browsers, email clients, and any application that needs a scripting language. -- Best regards, Max mailto:be...@ma... http://belugin.newmail.ru ICQ:9406811 |