Common Intermediate Language (CIL, pronounced either "sil" or "kil") (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET Framework compile to CIL, which is assembled into bytecode. CIL is an object-oriented assembly language, and is entirely stack-based. It is executed by a virtual machine....
more
Read article at Wikipedia
Common Intermediate Language
Programming Language
Influenced:
Similar topics in Freebase
-
Ambi
Ambi is a structured, imperative, stack-based, computer programming language designed and implemented by David R. Pratten. Ambi is a programming language generalised from Reverse Polish Notation arithmetic. Other languages such as Forth and RPL have similar roots and illustrious histories, but have... -
Joy
The Joy programming language is a purely functional programming language that was produced by Manfred von Thun of La Trobe University in Melbourne, Australia. Joy is based on composition of functions rather than lambda calculus. It has turned out to have many similarities to Forth, due not to...