noun
compiler language
A programming language designed to be processed by a compiler, as opposed to an interpreter. Technical term in computer science.
C言語は代表的なコンパイラー言語です。
C is a typical compiler language.
インタープリター言語 is an interpreted language, executed directly without prior compilation, while コンパイラー言語 is compiled into machine code before execution.
Compound of コンパイラー (compiler) + 言語 (language). コンパイラー is borrowed from English 'compiler'.