#programming_language_implementation

Programming language implementation

System for executing computer programs

In computer programming, a programming language implementation is a system for executing computer programs. There are two general approaches to programming language implementation:Interpretation: The program is read as input by an interpreter, which performs the actions written in the program. Compilation: The program is read by a compiler, which translates it into some other language, such as bytecode or machine code. The translated code may either be directly executed by hardware or serve as input to another interpreter or another compiler.

Fri 26th

Provided by Wikipedia

Learn More
0 searches
This keyword has never been searched before
This keyword has never been searched for with any other keyword.