在哪里可以下载 DLR 的托管 JScript?

发布于 2024-07-18 04:49:49 字数 202 浏览 6 评论 0 原文

动态语言运行时的最新版本(0.9 稳定版)包含 IronPython 和 IronRuby,但不包含托管 JScript。

有谁知道在哪里可以下载最新版本的托管 JScript 以与 ASP.NET 和/或 WPF 一起使用?

如果您不知道,JScript.NET 和托管 JScript 是非常不同的东西。 我正在寻找的是托管 JScript。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(8

烏雲後面有陽光 2024-07-25 04:49:49

更新...

Silverlight 动态语言 SDK 0.5.0 发行说明 2009 年 3 月 23 日发布在 CodePlex 上,包含这个小宝石:

托管 JScript 已从
包。

当在此帖子中询问有关托管 JScript (IronJScript) 的未来时, Bill (billchi),动态语言运行时论坛,有以下说法:

DLR JScript 是实验性的
为 DLR 的设计提供信息
(表达式树、互操作、调用点、
托管等)。 我们发布的JS
与 asp future 和 Silverlight
动态 sdk 变得非常旧并且
DLR 继续无法使用
正在演变以在 CLR 4.0 中发布。
不幸的是,目前还没有计划
这次开发并发布了
DLR 可托管 JScript。

谢谢

比尔

(编辑以添加稍后帖子中的引用)

JScript 团队将继续
支持使用原生Jscript
(jscript.dll) 与 IActiveScript。
他们也将继续服务
Jscript.NET,但他们没有制作
此时的其他承诺。

比尔

考虑到 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:

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.

夏末的微笑 2024-07-25 04:49:49

别担心,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.

遥远的她 2024-07-25 04:49:49

本周雷蒙德“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.

寂寞花火° 2024-07-25 04:49:49

您可以在 ASP.NET Futures 中找到它

You can find it in the ASP.NET Futures

永言不败 2024-07-25 04:49:49

根据 这篇博文,托管 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.

鹿港小镇 2024-07-25 04:49:49

相对于 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.

飘逸的'云 2024-07-25 04:49:49

你见过 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文