Where can you download Managed JScript for the DLR? - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T21:59:59Zhttp://stackoverflow.com/feeds/question/775339http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/775339/where-can-you-download-managed-jscript-for-the-dlr2Where can you download Managed JScript for the DLR?Chris Pietschmann2009-04-22T01:01:49Z2009-06-02T03:50:01Z
<p>The lastest release (0.9 Stable) of the Dynamic Language Runtime contains IronPython and IronRuby, but it doesn't contain Managed JScript.</p>
<p>Does anyone know where I can download the latest release of Managed JScript for use with ASP.NET and/or WPF?</p>
<p>In case you aren't aware, JScript.NET and Managed JScript are too different things. What I'm looking for is Managed JScript.</p>
http://stackoverflow.com/questions/775339/where-can-you-download-managed-jscript-for-the-dlr/775369#7753690Answer by Steven Lyons for Where can you download Managed JScript for the DLR?Steven Lyons2009-04-22T01:21:18Z2009-04-22T04:48:55Z<p>According to <a href="http://blogs.msdn.com/gauravseth/archive/2007/08/16/difference-between-jscript-jscript-net-and-managed-jscript.aspx" rel="nofollow">this blog post</a>, Managed JScript is delivered as part of Silverlight 2 (1.1). To write applications you'll want the <a href="http://silverlight.net/learn/dynamiclanguages.aspx" rel="nofollow">Dynamic Language SDK</a>.</p>
<p><strong>edit:</strong> For ASP.NET, it is available in the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=A5189BCB-EF81-4C12-9733-E294D13A58E6&displaylang=en" rel="nofollow">ASP.NET Futures</a> but that has been "retired" according to <a href="http://forums.asp.net/t/1353527.aspx" rel="nofollow">this entry</a> and isn't currently available in another official release.</p>
http://stackoverflow.com/questions/775339/where-can-you-download-managed-jscript-for-the-dlr/775439#7754390Answer by Paul Betts for Where can you download Managed JScript for the DLR?Paul Betts2009-04-22T01:54:30Z2009-04-22T01:54:30Z<p>You can find it in the ASP.NET Futures</p>
http://stackoverflow.com/questions/775339/where-can-you-download-managed-jscript-for-the-dlr/777183#7771830Answer by peter.newhook for Where can you download Managed JScript for the DLR?peter.newhook2009-04-22T13:21:13Z2009-04-22T13:21:13Z<p>Managed JScript been really hard to find relative to IronPython or IronRuby. Pretty much the only place to find it is the ASP.Net futures. But that's two years old now and not supported. ECMAScript 5 is getting standardized right now and should be done some time in 2009. Maybe Microsoft is waiting until the new standard is out. </p>
http://stackoverflow.com/questions/775339/where-can-you-download-managed-jscript-for-the-dlr/784143#7841431Answer by Andrew Csontos for Where can you download Managed JScript for the DLR?Andrew Csontos2009-04-24T00:49:38Z2009-04-24T00:49:38Z<p>Rumor this week out of the Redmond "Metro" DotNet futures conference is that MSFT decided to kill ManagedJScript on the DLR.</p>
<p>That's the reason we aren't hearing anything about it.</p>
http://stackoverflow.com/questions/775339/where-can-you-download-managed-jscript-for-the-dlr/886173#8861733Answer by James Hugard for Where can you download Managed JScript for the DLR?James Hugard2009-05-20T04:46:07Z2009-06-02T03:50:01Z<p>Update...</p>
<p>The Silverlight Dynamic Language SDK 0.5.0 <a href="http://sdlsdk.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=25120" rel="nofollow">Release Notes</a> posted March 23rd, 2009 on <a href="http://codeplex.com" rel="nofollow">CodePlex</a>, contained this little gem:</p>
<blockquote>
<p>Managed JScript has been removed from
the package.</p>
</blockquote>
<p>When asked in <a href="http://dlr.codeplex.com/Thread/View.aspx?ThreadId=58121" rel="nofollow">this thread</a> about the future of Managed JScript (IronJScript), Bill (<a href="http://www.codeplex.com/site/users/view/billchi" rel="nofollow">billchi</a>), a coordinator on the <a href="http://dlr.codeplex.com" rel="nofollow">Dynamic Language Runtime</a> forum, had the following to say:</p>
<blockquote>
<p>The DLR JScript was experimental for
informing the design of the DLR
(expression trees, interop, callsites,
hosting, etc.). The JS we released
with asp futures and the Silverlight
dynamic sdk became very old and
unserviceable as the DLR continued
evolving for release in CLR 4.0.
Unfortunately, there are no plans at
this time to develop and release a
DLR-hostable JScript.</p>
<p>Thanks,</p>
<p>Bill</p>
</blockquote>
<p>(edit to add quote from a later post)</p>
<blockquote>
<p>The JScript team will continue
supporting using native Jscript
(jscript.dll) with IActiveScript.
They’ll also continue to service
Jscript.NET, but they aren’t making
other commitments at this point.</p>
<p>Bill</p>
</blockquote>
<p>Considering the JScript.NET scripting API's are now all obsolete (though they are still present in .NET 2.0), there therefore appears to be no .NET upgrade path off of the ActiveScripting implementation of JScript (JavaScript).</p>
<p>May I suggest that discussion (protest ;-) be directed to <a href="http://dlr.codeplex.com/Thread/View.aspx?ThreadId=58121" rel="nofollow">that thread</a>.</p>