Chiles, Bill (2009年6月1日). “Future of Managed JScript (IronJScript)?”. 2009年8月12日閲覧。 “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.”
ironscheme.codeplex.com
“Is there any silverlight sample?” (2009年5月11日). 2009年7月26日閲覧。 “Unfortunately, my DLR branch is very out of sync with the Silverlight one. I just thought about it, perhaps I do not need the DLR perse, will investigate. The problem is that the DLR as-is, is not good enough to support the majority of the Scheme's requirements”
Nutter, Charles (2008年1月28日). “Lang.NET 2008: Day 1 Thoughts”. 2008年2月23日閲覧。 “The idea is that there's a quickly-flattening asymptotic curve to the number of expression tree nodes required to implement each new language. Whether that's the case is yet to be seen.”
“Microsoft's Dynamic languages are dying”. i-programmer.info (2010年8月10日). 2012年2月26日閲覧。 “Without the final push to get the languages working under Visual Studio and integrated with the designer both Iron languages are probably dead - and Microsoft seems to have lost the will to make them a success.”
infoq.com
“Introducing Visual Basic 10”. infoq.com (2007年5月4日). 2009年8月12日閲覧。 “VB 10 takes advantage of a Silverlight feature called the Dynamic Language Runtime or DLR”
ironpython.com
lists.ironpython.com
Viehland, Dino (2008年1月15日). “Roadmap for IronPython 2.0”. 2008年2月9日閲覧。 “We don't really have a document like this but the general goal is to ship IronPython 2.0 by the end of the year. For the DLR its self the plan is to ship a v1.0 around the same time as IronPython 2.0.”
“What's New in Visual Basic 2010”. マイクロソフト (2009年). 2009年8月12日閲覧。 “Visual Basic binds to objects from dynamic languages such as IronPython and IronRuby”
Hugunin, Jim. “A Dynamic Language Runtime (DLR)”. 2007年6月21日閲覧。 “For the short term, our focus is on using a small number of languages to drive the first wave of DLR development where we can work closely and face-to-face with the developers in order to iron out the worst kinks in the DLR design. After this initial phase, we want to reach out to the broader language community.”
Hugunin, Jim (2007年5月15日). “DLR Trees (Part 1)”. 2008年2月23日閲覧。 “The key implementation trick in the DLR is using these kinds of trees to pass code around as data and to keep code in an easily analyzable and mutable form as long as possible.”
panopticoncentral.net
“What the heck is "VBx"?” (2007年5月1日). 2009年8月12日閲覧。 “With the new DLR, we have support for IronPython, IronRuby, Javascript, and the new dynamic VBx compile”
rubyinside.com
“Microsoft Tires of IronRuby; Jimmy Schementi Jumps Ship”. rubyinside.com (2010年8月7日). 2012年2月26日閲覧。 “A year ago the team shrunk by half and our agility was severely limited. [..] Overall, I see a serious lack of commitment to IronRuby, and dynamic language[s] on .NET in general.”
sun.com
blogs.sun.com
Rose, John (2008年2月2日). “Bravo for the dynamic runtime!”. 2008年2月23日閲覧。 “The differences between the CLR and JVM extensions are interesting to note. They work completely above the level of the CLR without significantly enhancing it, while we are developing the JVM and libraries at the same time.”