Static Compilation: Statically compiled programs are all translated into machine code before execution. Ex: AOT(Ahead of Time ) – C/C++. Dynamic Interpretation: is executed by one-to-one translation. Ex: JIT(Just in Time) – Javascript/Python.1 Kas 2020