In my last post I have covered the basics of dynamic languages and now we will see how this dynamic languages fit into the CLR.The core pourpose of CLR was to host code written in multiple programming languages.But traditionally it had support for the static languages only.Dynamic Language Runtime (DLR) was conceived as a set [...]