Dynamic Language Runtime: Difference between revisions

Content deleted Content added
No edit summary
Line 60:
 
==Supported languages==
The DLR services are currently used in the development version of [[IronRuby]], a .NET implementation of the [[Ruby (programming language)|Ruby]] language, and for [[IronPython]].<ref name="announce">{{cite web
| url = http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx
|last=Hugunin|first=Jim
Line 99:
| accessdate = 2009-08-12}}</ref><ref>https://msdn.microsoft.com/en-us/library/ee461504.aspx#Y480</ref>
 
[[PowerShell]] 3.0, released in [[Windows 8]], was updated to use the DLR .<ref>{{cite web |url= http://huddledmasses.org/powershell-3-finally-on-the-dlr |title= Archived copy |accessdate= 2012-03-30 |url-status=dead |archiveurl=https://web.archive.org/web/20120428191707/http://huddledmasses.org/powershell-3-finally-on-the-dlr/ |archivedate= 2012-04-28 }}</ref>
 
[[IronScheme]], an upcoming [[Scheme (programming language)|Scheme]] implementation,<ref>http://www.codeplex.com/IronScheme</ref> was planning to build upon the DLR. This idea was abandoned because the DLR [[Branching (software)|branch]] used by the project became out of sync with the [[Trunk (software)|trunk]], and also because (according to the project coordinator) the current version of the DLR at that time could not support the majority of Scheme's requirements.<ref>{{cite web