Difference between revisions of "Interpreter (computing)"
Jump to navigation
Jump to search
DavidB4-bot (talk | contribs) (→top: clean up & uniformity) |
m |
||
| 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]] | ||
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.