also: インタープリタげんご
noun
A programming language that is typically executed by an interpreter rather than compiled. Used in technical computing discussions.
Pythonは代表的なインタプリタ言語の一つです。
Python is one of the typical interpreted languages.
インタプリタ言語はコンパイルが不要な場合が多い。
Interpreted languages often do not require compilation.
A compiled language, where source code is translated into machine code before execution, unlike an interpreted language.
From English 'interpreter' + 言語 (language).