The dynamic language runtime (DLR) is a runtime environment that adds a set of services for dynamic languages to the common language runtime (CLR). The DLR makes it easier to develop dynamic languages to run on the .NET Framework and to add dynamic features to statically typed languages.

Some of the available languages which use DLR are:

 

Dynamic Language Runtime Architecture Overview

You can read more about dlr and its documentation here:

VN:F [1.1.6_502]
Rating: 0.0/5 (0 votes cast)
Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • DotNetKicks
  • LinkedIn
  • Live
  • MySpace
  • StumbleUpon
  • Technorati

Related posts:

  1. Microsoft’s F# - Programming Language
  2. What’s New in Visual Studio 2010?
  3. Choosing a Programming Language
  4. Organizing folders for your .NET projects
  5. What is the difference between CAST and CONVERT in SQL?