also: インタープリタがたげんご
noun
A programming language whose implementations typically execute instructions directly without prior compilation to machine code.
Pythonは代表的なインタプリタ型言語の一つです。
Python is one of the typical interpreted languages.
インタプリタ型言語はコンパイルが不要なため、開発の手戻りが少ない。
Interpreted languages do not require compilation, so there is less rework during development.
A compiled language, where source code is translated into machine code before execution, as opposed to being interpreted at runtime.
From English 'interpreter' + 型 (type) + 言語 (language).