The DLR provides three key components:
- language implementation services with language interoperability model
- dynamic language runtime services with fast dynamic dispatch and library support
- common hosting APIs across languages
- port dynamic languages to .NET
- add dynamic features to your existing language
- author libraries whose objects support dynamic operations
- employ dynamic languages in your applications and frameworks.
The DLR Hosting API is a programming interface that allows one language’s code to execute in another
language. It helps in using a Dynamic Language’s Code in a Static Language.
Dynamic Languages - Outside .net family of languages. For example: Ruby or Python
Static Languages - .NET languages like VB.net, C#.net etc.
For more information please visit http://dlr.codeplex.com/
1 comment:
The theme of your blog is very beautiful and the article is written very well. NET CLR is supporting multiple languages and allowing them to inter operate with each other. Dynamic languages have become very popular in the last several years. Customers want to use their favorite dynamic language and have great. Keep up the good work!
Post a Comment