Interpreter

Concept

Interpreter 會一行行讀入你的程式碼,執行對應操作,再繼續讀下一行

Example

  • python
  • shell