在哪里可以下载 DLR 的托管 JScript?
动态语言运行时的最新版本(0.9 稳定版)包含 IronPython 和 IronRuby,但不包含托管 JScript。
有谁知道在哪里可以下载最新版本的托管 JScript 以与 ASP.NET 和/或 WPF 一起使用?
如果您不知道,JScript.NET 和托管 JScript 是非常不同的东西。 我正在寻找的是托管 JScript。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(8)
更新...
Silverlight 动态语言 SDK 0.5.0 发行说明 2009 年 3 月 23 日发布在 CodePlex 上,包含这个小宝石:
当在此帖子中询问有关托管 JScript (IronJScript) 的未来时, Bill (billchi),动态语言运行时论坛,有以下说法:
(编辑以添加稍后帖子中的引用)
考虑到 JScript.NET 脚本 API 现在都已过时(尽管它们仍然存在于 .NET 2.0 中),因此 JScript (JavaScript) 的 ActiveScripting 实现似乎没有 .NET 升级路径。
我可以建议将讨论(抗议;-)定向到该线程。
Update...
The Silverlight Dynamic Language SDK 0.5.0 Release Notes posted March 23rd, 2009 on CodePlex, contained this little gem:
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:
(edit to add quote from a later post)
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.
别担心,Fredrik Holmström 正在开发 IronJS,这是 DLR 上的 JavaScript 实现在 F# 中。 他目前的目标是 .NET 2.0、3.5 和 4.0 以及 Mono 2.6,但最终希望在该库变得更加稳定时实现 Silverlight 集成。
Never fear, Fredrik Holmström is working on IronJS, an implementation of JavaScript on the DLR in F#. He's currently targeting .NET 2.0, 3.5, and 4.0, as well as Mono 2.6, but would eventually like to get to Silverlight integration when the library becomes more stable.
本周雷蒙德“Metro”DotNet 期货会议上有传言称,MSFT 决定终止 DLR 上的 ManagedJScript。
这就是我们没有听到任何有关此事的原因。
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.
下载托管 JS:
http://www.microsoft.com/downloads/details.aspx microsoft.com/downloads/details.aspx?FamilyID=a5189bcb-ef81-4c12-9733-e294d13a58e6&displaylang=en
download Managed JS:
http://www.microsoft.com/downloads/details.aspx?FamilyID=a5189bcb-ef81-4c12-9733-e294d13a58e6&displaylang=en
您可以在 ASP.NET Futures 中找到它
You can find it in the ASP.NET Futures
根据 这篇博文,托管 JScript 作为 Silverlight 2 (1.1) 的一部分提供。 要编写应用程序,您需要动态语言 SDK。
编辑:对于 ASP.NET,可在 ASP.NET Futures 但根据 此条目 目前在其他官方版本中不可用。
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.
相对于 IronPython 或 IronRuby,托管 JScript 确实很难找到。 几乎唯一可以找到它的地方就是 ASP.Net future。 但现在已经有两年了并且不受支持。 ECMAScript 5 现在正在标准化,应该会在 2009 年某个时候完成。也许 Microsoft 正在等待新标准的发布。
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.
你见过 ROScript 吗? http://www.remobjects.com/script.aspx
应该支持 ECMAScirpt 和 PascalScript
Have you seen ROScript? http://www.remobjects.com/script.aspx
Supposed to support both ECMAScirpt and PascalScript