Skip to content
인터프리터

File:W3sDesign_Interpreter_Design_Pattern_UML.jpg · Wikimedia Commons · See Wikimedia Commons

EntityQ183065· pop 65· linked from 824 articles

인터프리터

Sign in to save

Also known as Interpreter, interpretive routine

프로그래밍 언어의 소스 코드를 바로 실행하는 컴퓨터 프로그램 또는 환경

AI overview

An interpreter is a program that reads and directly executes source code line-by-line without first converting it into a separate compiled file. This matters because it allows code to run immediately without the extra preparation step that compiled languages require, making it faster to test and debug programs.

AI-generated from the Wikipedia summary — may contain errors.

Wikidata facts

Has use
execution
Show 5 more facts
different from
Interpreter
Commons category
Interpreter (computing)
Sources (4)

via Wikidata · CC0