Skip to content
EntityQ3041988· pop 8· linked from 220 articles

Dynamic Language Runtime

Sign in to save

Also known as DLR

system Platform

Source code

The Dynamic Language Runtime enables language developers to more easily create dynamic languages for the .NET platform. In addition to being a pluggable back-end for dynamic language compilers, the DLR provides language interop for dynamic operations on objects. The DLR has common hosting APIs for using dynamic languages as libraries or for scripting in your .NET applications. This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct. The best way to install the DLR is through the NuGet DynamicLanguageRuntime package. The best current documentation is in the docs/ directory, in Word and PDF format (it was a Microsoft project, after all). If you have any questions, open an issue, even if it's not an actual bug. The issues are an acceptable discussion forum as well. You will need to have Visual Studio 2022 17.14.26 or later (Windows only) and .NET 10.0 SDK installed on your machine. Engineering build assets such as framework props and CI templates live under eng/. Since the main development is on .NET, Mono bugs may inadvertently be introduced — please report them!

Excerpt from the source-code README · 3,051 chars · not written by Vinony

Wikidata facts

Instance of
software
Developer
Microsoft
Official website
www.codeplex.com/dlr
Show 4 more facts
source code repository URL
github.com/IronLanguages/dlr
software version identifier
1.3.5
copyright license
Apache License
Sources (4)

via Wikidata · CC0

Article · 中文

动态语言运行时(Dynamic Language Runtime,DLR)是微軟構架於CLR之上的一組服務集合,可提供下列功能: * 動態類型系統,以分享給所有使用DLR服務的語言。 * 動態方法分派 * 動態產生代碼 * Hosting API DLR被用來在.NET Framework上實作如Python和Ruby等動態語言。DLR服務目前已經使用在IronRuby(Ruby的.NET實作)和即將釋出的IronPython 2.0。同時Microsoft也計畫使用在Visual Basic .NET 10.0與Managed JScript(ECMAScript 3.0)上。 要讓多種動態語言實作能共享同樣的系統,它應該要能很容易地讓這些實作相互溝通。舉例來說,它應該要讓動態語言能使用以其他動態語言撰寫的函式庫。另外,Hosting API允許能與靜態語言,如C#,相互操作。

Abstract from DBpedia / Wikipedia · CC BY-SA

Available in 8 languages

via Wikidata sitelinks · CC0

Dynamic Language Runtime · Vinony