Dynamic Language Runtime

Dynamic Language Runtime (DLR)
Original author(s)Microsoft Dynamic Language Runtime Team
Developer(s).NET Foundation
Initial releaseApril 16, 2010 (2010-04-16)
Stable release
1.3.1 / December 2, 2021 (2021-12-02)[1]
Repositorygithub.com/IronLanguages/dlr
Written inC#
Operating systemWindows, macOS, Linux (Debian, Ubuntu)
PlatformCommon Language Infrastructure
TypeSystem platform
LicenseApache License 2.0
Websitedocs.microsoft.com/en-us/dotnet/framework/reflection-and-codedom/dynamic-language-runtime-overview

The Dynamic Language Runtime (DLR) from Microsoft runs on top of the Common Language Runtime (CLR) and provides computer language services for dynamic languages. These services include:

The DLR is used to implement dynamic languages on the .NET Framework, including the IronPython and IronRuby projects.

Because the dynamic language implementations share a common underlying system, it should be easier for them to interact with one another. For example, it should be possible to use libraries from any dynamic language in any other dynamic language. In addition, the hosting API allows interoperability with statically typed CLI languages like C# and Visual Basic .NET.

  1. ^ "Releases". IronLanguages/dlr. GitHub. Retrieved 2022-01-27.