asp.net – 在哪里可以下载DLR的Managed JScript?

前端之家收集整理的这篇文章主要介绍了asp.net – 在哪里可以下载DLR的Managed JScript?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
动态语言运行时的最新版本(0.9稳定版)包含IronPython和IronRuby,但它不包含Managed JScript.

有谁知道我可以在哪里下载最新版本的Managed JScript以用于ASP.NET和/或WPF?

如果您不知道,JScript.NET和Managed JScript是完全不同的东西.我正在寻找的是Managed JScript.

解决方法

更新中…

Silverlight动态语言SDK 0.5.0 Release Notes于2009年3月23日发布于CodePlex,包含了这个小宝石:

Managed JScript has been removed from
the package.

当在this thread中询问Managed JScript(IronJScript)的未来时,Dynamic Language Runtime论坛的协调员Bill(billchi)有以下说法:

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

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

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

考虑到JScript.NET脚本API现在已经过时(尽管它们仍然存在于.NET 2.0中),因此似乎没有从JScript(JavaScript)的ActiveScripting实现中获得.NET升级路径.

我可以建议讨论(抗议;-)指向that thread.

原文链接:https://www.f2er.com/aspnet/251080.html

猜你在找的asp.Net相关文章