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

動的言語ランタイム

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

Article · 日本語

動的言語ランタイム(どうてきげんごランタイム、英語: Dynamic Language Runtime、略称 : DLR)は、共通言語ランタイムの上で動作する、様々な異なる動的言語のために次のような言語機能を提供するためのマイクロソフトによる技術である。 * 動的型システム * * * ホスティングAPI PythonやRubyのような動的言語を.NET Framework上に実装することを意図したものである。例えば、具体的な処理系としてはIronRuby、IronPython 2.0、動的Visual Basic .NET(VBx)、マネージJScriptなどで使われている。 複数の動的言語の実装が共通の基盤となるシステムを持つことにより、異なる言語の実装同士の相互作用が簡単になる。たとえば、任意の動的な言語のライブラリを他の言語から使用可能になる。さらに、ホスティングAPIによりC#およびVisual Basic .NETといった静的に型付けされたCLI言語との相互運用が可能になる。

Abstract from DBpedia / Wikipedia · CC BY-SA

Available in 8 languages

via Wikidata sitelinks · CC0