Where can you download Managed JScript for the DLR?

前端 未结 8 1476
北恋
北恋 2020-12-19 19:09

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

相关标签:
8条回答
  • 2020-12-19 19:32

    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.

    0 讨论(0)
  • 2020-12-19 19:35

    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.

    0 讨论(0)
提交回复
热议问题