Dynamic Language Runtime
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:
- IronPython @ CodePlex
- IronRuby @ CodePlex
You can read more about dlr and its documentation here:
Related posts:























Leave a Reply
You must be logged in to post a comment.