Technical Overview of the Common Language Runtime
This will be the last entry in blog, this post is focussed in giving my opinion about the article titled “Technical Overview of the Common Language Runtime" by Erik Meijer and Jim Miller, I am reading this article because I am developing a compiler as a project of the compiler design course that I am studying at ITESM and at this point I have already developed with my college partner the stages of lexical,syntatic (including AST construction) and semantic analysis and finally we are developing code in order to do the Code generation using the CLI (Common Language Infrastructure) because we are using C# and the Common Language Runtime (CLR) is present in this programming language, so, in order to understand better this virtual machine and its common language infraestructure and its differences between the JVM (Java Virtual Machine), our professor (Ariel Ortiz) recommended to us this article that it does a comparison between JVM and CLI, I must say that it is a very interestin