+An **Interpreter** is a [Program](/wiki/program) that reads and directly executes instructions written in a [Programming Language](/wiki/programming_language). It translates source code into immediate actions, often line by line, without needing a separate compilation step.
+## See also
+- [Compiler](/wiki/compiler)
+- [Source Code](/wiki/source_code)
+- [Virtual Machine](/wiki/virtual_machine)
... 1 more lines