Microsoft Intermediate Language (MSIL) is a byte-code that Microsoft .NET technology uses to accomplish platform independence and runtime safety.
During compilation of .NET programming language, the source code is translated into MSIL code rather than machine-specific object code. MSIL is a CPU- and platform-independent instruction set that can be executed in any environment supporting the .NET framework. MSIL code is verified for safety during...
more
Read article at Wikipedia
Microsoft Intermediate Language
Programming Language
Language Paradigms:
Similar topics in Freebase
-
V
The V programming language is a purely functional programming language based on composition of functions rather than lambda calculus . It was inspired by Joy but is closer in spirit to PostScript. The language is concatenative, meaning that it is based on composition of functions and does not have... -
Poplog
Poplog is a powerful multi-language, multiparadigm, reflective, incrementally compiled software development environment, originally created in the UK for teaching and research in Artificial Intelligence at the University of Sussex. After an incremental compiler for Prolog had been added to an... -
Java bytecode
Java bytecode is the form of instructions that the Java virtual machine executes. Each bytecode opcode is one byte in length, although some require parameters, resulting in some multi-byte instructions. Not all of the possible 256 opcodes are used. In fact, Sun Microsystems, the original creators... -
RPL programming language
The RPL programming language (RPL meaning ROM-based procedural language following Hewlett-Packard or, alternatively, Reverse Polish LISP) is a handheld calculator system and application programming language used on Hewlett-Packard's engineering graphing RPN calculators of the HP-28, HP-48, HP-49... -
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... -
ColorForth
colorForth is a programming language from the Forth programming language's original designer, Chuck Moore, developed in the 1990s. There was an earlier predecessor called 386 OK which appeared for sale at Silicon Valley Forth Interest Group (SV-Fig) meetings in 1992 An idiosyncratic programming...