---
title: "Compiler"
url: "https://www.pulumi.com/dev/glossary/compiler/"
image: "https://www.pulumi.com/assets/og/dev/glossary/compiler.png"
---

# Compiler

A tool that translates an entire application written in one higher-level
programming language into another lower-level language so that it can be
executed. Examples of compiled languages are C, C++, and Go.
