Back to Tags
Interpretation
3 items tagged with "interpretation"
Filter by type:
Glossaries2
Glossary
Compilation
Compilation is the process of translating source code written in a programming language into a lower-level form, such as machine code or bytecode, that a machine or runtime can execute.
Glossary
Interpretation
Interpretation is the execution of a program by directly reading and running its source code or an intermediate representation, statement by statement, without first compiling it to native machine code.