YuNing's Thought

Home

❯

Notes

❯

Interpreter

Interpreter

Nov 05, 20231 min read

An interpreter generally uses one of the following strategies for program execution:

  1. Parse the source code and perform its behavior directly;
  2. Translate source code into some efficient intermediate representation or object code and immediately execute that;
  3. Explicitly execute stored precompiled bytecode made by a compiler and matched with the interpreter Virtual Machine.

Links

  • Interpreter (computing) - Wikipedia

Graph View

Backlinks

  • Compiler

Created with Quartz v4.5.2 © 2025

  • GitHub
  • Discord Community