<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ECMAScript 3 and beyond - the road to "Harmony"</title><link>http://blogs.msdn.com/b/jscript/archive/2008/08/20/ecmascript-3-and-beyond-the-road-to-harmony.aspx</link><description>The current ECMAScript specification was completed in 1999 and certainly needed to be updated to reflect today’s web environment and practices. Some participants in the standards process wanted to use what they thought of as a once-in-a-decade opportunity</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: ECMAScript 3 and beyond - the road to "Harmony"</title><link>http://blogs.msdn.com/b/jscript/archive/2008/08/20/ecmascript-3-and-beyond-the-road-to-harmony.aspx#10002178</link><pubDate>Sun, 25 Apr 2010 15:15:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10002178</guid><dc:creator>مانشيتات دوت كوم</dc:creator><description>&lt;p&gt;That is exactly what I was talking about when I mentioned a console container. &lt;/p&gt;
&lt;p&gt;We have tons of WSF batch files written in JavaScript. &amp;nbsp;It would be great to have something like a WSH.NET so we could access to the .NET library and still reuse all or most of our existing code.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10002178" width="1" height="1"&gt;</description></item><item><title>re: ECMAScript 3 and beyond - the road to "Harmony"</title><link>http://blogs.msdn.com/b/jscript/archive/2008/08/20/ecmascript-3-and-beyond-the-road-to-harmony.aspx#9335789</link><pubDate>Sat, 17 Jan 2009 13:40:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9335789</guid><dc:creator>Philippe Majerus</dc:creator><description>&lt;p&gt;Having a .NET version of WSH, based on the .NET DLR (Managed JScript, IronPython, etc...) would probably not let you use existing native WSH scripts that easily anyway, as most WSH scripts are heavily dependent on COM objects, which are not exposed exactly in the same way within ManagedJScript.&lt;/p&gt;
&lt;p&gt;As for a Managed JScript console, I actually have one working, but still in beta and based on a pre-release of Managed JScript.&lt;/p&gt;
&lt;p&gt;I worked on a command shell that supports hosting any script engine to interact with it interactively, including native JScript, VBScript, RubyScript, PerlScript, Python,... which is working fine since years, and the native version has a .NET DLR counterpart that lets you use IronPython (not yet updated for the released version though, but will be soon), and tested with custom builds with Managed JScript too.&lt;/p&gt;
&lt;p&gt;The current release is on &lt;a rel="nofollow" target="_new" href="http://www.phm.lu/products/MAS/"&gt;http://www.phm.lu/products/MAS/&lt;/a&gt; and includes IronPyton support. Managed JScript support will be included as soon as there is a build working on the release version of the DLR. The documentation actually already includes Managed JScript samples.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9335789" width="1" height="1"&gt;</description></item><item><title>re: ECMAScript 3 and beyond - the road to "Harmony"</title><link>http://blogs.msdn.com/b/jscript/archive/2008/08/20/ecmascript-3-and-beyond-the-road-to-harmony.aspx#8969859</link><pubDate>Tue, 30 Sep 2008 08:21:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8969859</guid><dc:creator>Andrew Csontos</dc:creator><description>&lt;p&gt;@TNO&lt;/p&gt;
&lt;p&gt;That is exactly what I was talking about when I mentioned a console container. &lt;/p&gt;
&lt;p&gt;We have tons of WSF batch files written in JavaScript. &amp;nbsp;It would be great to have something like a WSH.NET so we could access to the .NET library and still reuse all or most of our existing code.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8969859" width="1" height="1"&gt;</description></item><item><title>re: ECMAScript 3 and beyond - the road to "Harmony"</title><link>http://blogs.msdn.com/b/jscript/archive/2008/08/20/ecmascript-3-and-beyond-the-road-to-harmony.aspx#8938931</link><pubDate>Wed, 10 Sep 2008 07:47:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8938931</guid><dc:creator>-TNO-</dc:creator><description>&lt;p&gt;@Les&lt;/p&gt;
&lt;p&gt;Depending on system setup you may indeed have these versions side by side. Do a quick search on your computer for the .dll's and compare the versions.&lt;/p&gt;
&lt;p&gt;@Lakshman&lt;/p&gt;
&lt;p&gt;In regards to ManagedJScript, of course the community at large expects continued ECMA compliance at a minimum otherwise its a waste of time. Isn't that the point in &amp;nbsp;participating in ES Harmony? Implementing a branched, noncompliant version of ES 3.1 (or whatever its designation will be) would alienate the JS hackers since they would have no confidence in their learned skill sets and habits with the language. I'd hate to see ManagedJScript turn into another JScript.NET, broken then abandoned...&lt;/p&gt;
&lt;p&gt;Since the JScript team is committed to providing cross-browser language support, what is the road map for JScript 5.8 vs ManagedJScript? Is it parallel or planning to diverge? &lt;/p&gt;
&lt;p&gt;Since the other mainstream browsers are now pushing JIT compilers, will the response be replacing JScript 5.8 with ManagedJScript since there are already compilers to MSIL? (Not expecting an answer on this one)&lt;/p&gt;
&lt;p&gt;Csontos has a very interesting point. Right now we have available and JScript 5.7 in the WSH. A few years ago there was a mention of WSH.NET but that fell to the way side in favor of PowerShell. This leaves system admins and client side hackers who use this technology nowhere to go for new features except to learn a new language and have to port all their old code (JScript.NET was and is not the answer for this). Offering a client desktop compiler alternative for jsc.exe with the ManagedJScript compiler would be a major plus especially since there is a viable option now to actually have Visual Studio Support the language.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8938931" width="1" height="1"&gt;</description></item><item><title>re: ECMAScript 3 and beyond - the road to "Harmony"</title><link>http://blogs.msdn.com/b/jscript/archive/2008/08/20/ecmascript-3-and-beyond-the-road-to-harmony.aspx#8918876</link><pubDate>Tue, 02 Sep 2008 07:47:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8918876</guid><dc:creator>Pratap Lakshman, JScript</dc:creator><description>&lt;p&gt;@TNO: Managed JScript is an implementation based on the published ECMAScript 3rd Edition Specification. By ES3+ (as you call it) if you are referring to a future revision to the ECMAScript standard, it is premature to make such a commitment; the definition of such an ES3+ is not yet complete. Nevertheless we are eager to hear your opinion and that of the community at large on such matters.&lt;/p&gt;
&lt;p&gt;@Clark: Regarding the first two questions, JScript is based on the published ECMAScript 3rd Edition Specification. It is reasonable to assume that for the short term JScript in IE will continue to be based upon ECMAScript 3rd Edition. Compatibility between ECMAScript implementations within different browsers is a major issue for web applications developers and Microsoft wants to help minimize this problem. As the new revision to the ECMAScript standard, IE will try to provide timely support for it.&lt;/p&gt;
&lt;p&gt;Regarding your third question, details regarding any support for DOM customization will be forthcoming through the various IE communication channels.&lt;/p&gt;
&lt;p&gt;@Csontos: At the moment there is no way to run Managed JScript from a console. Regarding your mention of batch file, I am very interested in knowing more about the actual scenario.&lt;/p&gt;
&lt;p&gt;@Les, @TNO: You are correct.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8918876" width="1" height="1"&gt;</description></item><item><title>re: ECMAScript 3 and beyond - the road to "Harmony"</title><link>http://blogs.msdn.com/b/jscript/archive/2008/08/20/ecmascript-3-and-beyond-the-road-to-harmony.aspx#8911869</link><pubDate>Sun, 31 Aug 2008 05:00:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8911869</guid><dc:creator>Les</dc:creator><description>&lt;p&gt;&amp;quot;It's good to finally see an update on the JScript blog after so long. It feels like the forgotten/ignored language of Microsoft.&amp;quot;&lt;/p&gt;
&lt;p&gt;* That would be VBScript. It will be getting no new functionality, and last I read it was the Sustaining Engineering Team's responsibility. That's probably where it belongs, too :P.&lt;/p&gt;
&lt;p&gt;&amp;quot;JScript 5.7 WSH, Internet Explorer JScript, Classic ASP JScript&amp;quot;&lt;/p&gt;
&lt;p&gt;* Those are all the same thing, are they not? Are there different versions of JScript.DLL floating around for each of those? I thought WSH, ASP, and Internet Explorer were all merely host environments.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8911869" width="1" height="1"&gt;</description></item><item><title>re: ECMAScript 3 and beyond - the road to "Harmony"</title><link>http://blogs.msdn.com/b/jscript/archive/2008/08/20/ecmascript-3-and-beyond-the-road-to-harmony.aspx#8893647</link><pubDate>Mon, 25 Aug 2008 13:01:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8893647</guid><dc:creator>Vader</dc:creator><description>&lt;p&gt;Here is some inspiration for IE 8:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://weblogs.mozillazine.org/roadmap/archives/2008/08/tracemonkey_javascript_lightsp.html"&gt;http://weblogs.mozillazine.org/roadmap/archives/2008/08/tracemonkey_javascript_lightsp.html&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8893647" width="1" height="1"&gt;</description></item><item><title>re: ECMAScript 3 and beyond - the road to "Harmony"</title><link>http://blogs.msdn.com/b/jscript/archive/2008/08/20/ecmascript-3-and-beyond-the-road-to-harmony.aspx#8889737</link><pubDate>Sat, 23 Aug 2008 06:52:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8889737</guid><dc:creator>Andrew Csontos</dc:creator><description>&lt;p&gt;Congratulations on Harmony! I think it was the right decision.&lt;/p&gt;
&lt;p&gt;I have two questions on ManagedJscript.&lt;/p&gt;
&lt;p&gt;Question 1: Do you have a prediction on a release date for ManagedJscript.&lt;/p&gt;
&lt;p&gt;Question 2: Is there already (or will there be) a way to run ManagedJscript from a console (like there is for IronRuby and IronPython)?&lt;/p&gt;
&lt;p&gt;So far, the only containers for ManagedJScript that I have seen are ASPX and Silverlight.&lt;/p&gt;
&lt;p&gt;We would like to use it for batch files.&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;p&gt;Andrew Csontos&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8889737" width="1" height="1"&gt;</description></item><item><title>re: ECMAScript 3 and beyond - the road to "Harmony"</title><link>http://blogs.msdn.com/b/jscript/archive/2008/08/20/ecmascript-3-and-beyond-the-road-to-harmony.aspx#8884911</link><pubDate>Thu, 21 Aug 2008 17:09:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8884911</guid><dc:creator>Clark</dc:creator><description>&lt;p&gt;Question 1: Will IE8 support a new level of JScript?&lt;/p&gt;
&lt;p&gt;Question 2: If so which version of ECMAScript will it be based on?&lt;/p&gt;
&lt;p&gt;Question 3: Regardless of ECMAScript version the biggest issue for Web Developers is IE's lack of following 2 critical DOM related issues. Properly supporting prototyping on Elements and properly supporting the DOM Event Listener methods. &amp;nbsp;Will these be fixed in IE8?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8884911" width="1" height="1"&gt;</description></item><item><title>re: ECMAScript 3 and beyond - the road to "Harmony"</title><link>http://blogs.msdn.com/b/jscript/archive/2008/08/20/ecmascript-3-and-beyond-the-road-to-harmony.aspx#8882623</link><pubDate>Thu, 21 Aug 2008 02:06:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8882623</guid><dc:creator>-TNO-</dc:creator><description>&lt;p&gt;It's good to finally see an update on the JScript blog after so long. It feels like the forgotten/ignored language of Microsoft.&lt;/p&gt;
&lt;p&gt;I'm curious to what direction ManagedJScript will go? Is the plan to be ES3+ compliant? &lt;/p&gt;
&lt;p&gt;How will this correspond to the current state of the multiple differing implementations already being provided in the differing OSes? Will these differing branches ultimately be consolidated or some of them deprecated?&lt;/p&gt;
&lt;p&gt;ManagedJScript&lt;/p&gt;
&lt;p&gt;JScript.NET&lt;/p&gt;
&lt;p&gt;JScript 5.7 WSH&lt;/p&gt;
&lt;p&gt;Internet Explorer JScript&lt;/p&gt;
&lt;p&gt;Classic ASP JScript&lt;/p&gt;
&lt;p&gt;(ECMA-327)...Diet JScript?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8882623" width="1" height="1"&gt;</description></item></channel></rss>