Glossary Entry: Compiler

Quick Definition

A compiler is a program that takes source code and translates it (ie, compiles it) into raw machine language that a computer can understand. The compiled output is a program that can be run directly.

Contrast interpreter and script.


Back to the list of technical terms

Back to the Glossary's Table of Contents