IT lexicon Programming Compiler

Compiler

Programming På svenska → Updated: 2026-05-23

Program that translates source code to machine code (or another target form) before execution.

C/C++/Rust/Go compile to binaries. Java and C# compile to bytecode that runs on a virtual machine. Different from an interpreter which runs source directly.

← Back to the lexicon