Compiled & Interpreted Languages (1)

When it comes to code compilation and execution, not all programming languages follow the same approach. One of the common although not ideal ways to differentiate them is to split them into 2 groups compiled and interpreted languages.
The main goal of both compilation and interpretation is to transform the human-readable source code into machine code that can be executed directly by a CPU, but there are some caveats to it.

Summary

notion image
notion image
 
notion image

Compiled Languages 编译语言

notion image
notion image

Interpreted Languages 解释型语言

notion image
notion image
notion image
notion image
 
君若锦
君若锦