Dynamic Language Runtime

What is meant by DLR (Dynamic Language Runtime)?

E

Expert

Verified

DLR refers to the runtime environment which permits to assimilate dynamic languages with the Common Language Runtime (CLR) by adding a set of services, like call site caching, expression trees and dynamic object interoperability to the CLR.

The System.Dynamic and System.Runtime.CompilerServices namespaces are used in order to hold the classes for DLR. It provides dynamic features to statically-typed languages, like C# and Visual Basic to enable their interoperation with the dynamic languages.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.