Glossary Entry: Interpreter

Quick Definition

An interpreter is a program (or part of a program) that takes instructions written in a specific programming language and executes them without first translating them into the computer's native machine language.

Files containing only instructions to be executed by an interpreter are known as scripts.

Contrast compiler.


Back to the list of technical terms

Back to the Glossary's Table of Contents