Dynamic Language Runtime

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:

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)
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 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.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.