noun
compiled language
A programming language whose implementations are typically compilers, producing machine code or bytecode ahead of execution. Contrasts with インタプリタ型言語 (interpreted language).
C言語やRustはコンパイラ型言語の代表例です。
C and Rust are typical examples of compiled languages.
コンパイラ型言語は実行前にソースコード全体を機械語に変換します。
Compiled languages translate the entire source code into machine language before execution.
Scripting language, often interpreted and used for automating tasks; may overlap with interpreted languages.
Compound of コンパイラ (compiler, from English) + 型 (type) + 言語 (language). A straightforward technical calque.