Difference between revisions of "Interpreter (computing)"

From Conservapedia
Jump to: navigation, search
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
In [[computer science]], an '''interpreter''' refers to a program that executes [[source code]] in a high level [[programming language]].
+
In [[computer science]], an '''interpreter''' refers to a program that directly executes [[source code]] in a high level [[programming language]], as opposed to a [[compiler]] which translates the source code into [[machine code]].
  
[[Category: Computers]]
+
[[Category:Computers]]
 
[[Category:Computer Programming]]
 
[[Category:Computer Programming]]
 
[[Category:Computer Science]]
 
[[Category:Computer Science]]
 
[[Category:Scripting Languages]]
 
[[Category:Scripting Languages]]

Latest revision as of 21:40, August 13, 2022

In computer science, an interpreter refers to a program that directly executes source code in a high level programming language, as opposed to a compiler which translates the source code into machine code.