Share on Facebook Share on Twitter Email
Answers.com

List of CLI languages

 
Wikipedia: List of CLI languages
 

Contents

CLI Languages are computer programming languages that are used to produce libraries and programs that conform to the Common Language Infrastructure specifications. With some notable exceptions, most CLI languages compile entirely to the Common Intermediate Language (CIL), an intermediate language that can be executed using an implementation of CLI such as the Common Language Runtime, a part of the Microsoft .NET Framework, Mono, or Portable.NET.

As the program is being executed by the CLR, the CIL code is compiled and cached, just in time, to the machine code appropriate for the architecture on which the program is running. This last set can be shortcut manually and cached at an earlier stage using an "ahead of time" compiler such as Microsoft's ngen.exe and Mono's "-aot" option.

CLI languages

Common CLI Languages
Other CLI languages

Related

See also

References

External links


Search unanswered questions...
Enter a word or phrase...
All Community Q&A Reference topics
 
 
 

 

Copyrights:

Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "List of CLI languages" Read more