vote up 2 vote down star

The lastest release (0.9 Stable) of the Dynamic Language Runtime contains IronPython and IronRuby, but it doesn't contain Managed JScript.

Does anyone know where I can download the latest release of Managed JScript for use with ASP.NET and/or WPF?

In case you aren't aware, JScript.NET and Managed JScript are too different things. What I'm looking for is Managed JScript.

flag

5 Answers

vote up 3 vote down check

Update...

The Silverlight Dynamic Language SDK 0.5.0 Release Notes posted March 23rd, 2009 on CodePlex, contained this little gem:

Managed JScript has been removed from the package.

When asked in this thread about the future of Managed JScript (IronJScript), Bill (billchi), a coordinator on the Dynamic Language Runtime forum, had the following to say:

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.

Thanks,

Bill

(edit to add quote from a later post)

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.

Bill

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).

May I suggest that discussion (protest ;-) be directed to that thread.

link|flag
Note that the main issue blocking our commercial use of JScript.NET is that there does not appear to be (a documented) method of initializing the script's global scope and retaining scope when calling into functions and methods - the globals appear to be left unintialized. Going to post a question here about doing just that. – James Hugard Jun 1 at 23:01
See question at stackoverflow.com/questions/937351/… – James Hugard Jun 2 at 0:01
1  
Oh that totally blows. So it's going to be supported in Silverlight only? Is that the gist of this? – Nosredna Jun 2 at 0:54
That's amazing. That kills all kinds of porting possibilities between platforms. – Nosredna Jun 2 at 3:53
Nope, gone - that should have read "removed from the Silverlight DLR SDK". Answer updated. – James Hugard Jun 2 at 3:55
vote up 1 vote down

Rumor this week out of the Redmond "Metro" DotNet futures conference is that MSFT decided to kill ManagedJScript on the DLR.

That's the reason we aren't hearing anything about it.

link|flag
That really sucks! It sure would be nice to use JavaScript/JScript for all desktop and web development. – Chris Pietschmann May 4 at 23:55
vote up 0 vote down

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.

link|flag
vote up 0 vote down

You can find it in the ASP.NET Futures

link|flag
Where can it be downloaded? The link doesn't seem to be on www.asp.net anymore. – Chris Pietschmann Apr 22 at 2:59
See later post. – James Hugard Jun 1 at 22:48
vote up 0 vote down

According to this blog post, Managed JScript is delivered as part of Silverlight 2 (1.1). To write applications you'll want the Dynamic Language SDK.

edit: For ASP.NET, it is available in the ASP.NET Futures but that has been "retired" according to this entry and isn't currently available in another official release.

link|flag
Yes that would work if I were looking to use it in Silverlight, but I'm looking to use Managed JScript with ASP.NET and possibly even WPF. – Chris Pietschmann Apr 22 at 2:59
I should have been more clear about the releases. I've added a clarification to the answer. – Steven Lyons Apr 22 at 4:48
Maybe I'll have to try getting the Silverlight version to work with ASP.NET and/or WPF. It sucks they've discontinued it. I've wanted to write "real" applications using JavaScript for a long time to see how the experience could be using the language in that way. Now I just need to find the time to play with this stuff. Thanks. – Chris Pietschmann Apr 22 at 14:46
Good answer, but obsolete (hence the downvote). See later posts in this thread. – James Hugard Jun 2 at 0:35

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.