List of CLI languages

From Wikipedia, the free encyclopedia

  (Redirected from .NET Languages)
Jump to: navigation, search

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, an intermediate language that can be executed using an implementation of the Common Language Runtime such as 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.

[edit] CLI languages

Common CLI Languages
Other CLI languages

[edit] Related

  • IKVM.NET: A CLR-based compiler for Java bytecode. Can be used to run Java and Groovy programs on the CLR.
  • Windows PowerShell: An object-oriented command line shell. Powershell can dynamically load .NET assemblies that were written in any language. Powershell itself uses a unique scripting syntax, uses curly-braces, similar to other C-based languages. The Powershell language is not formally a CLI language.

[edit] See also

[edit] References

[edit] External links

Personal tools