interpreter

From SEGGER Wiki
Revision as of 14:47, 4 July 2019 by Rolf (talk | contribs) (Created page with "Category:Knowledge Base In the world of computing, an interpreter is a program which looks at the source code of a program and immediately executes it. This is in contrast...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In the world of computing, an interpreter is a program which looks at the source code of a program and immediately executes it. This is in contrast to a compiler, which analyzes a program, then creates an executable version of it. In general, executing of a program in an interpreter is slower than execution of a compiled program.