noun, noun or participle which takes 'suru'
interpretation; interpretive execution
Computing term for executing code by interpreting it directly, as opposed to compiling. Often used in contexts like scripting languages or virtual machines.
この言語は解釈実行されるので、コンパイルが不要です。
This language is interpreted, so compilation is unnecessary.
スクリプトを解釈実行するエンジンを開発している。
We are developing an engine that interprets and executes scripts.