📜  在运行之前首先符合的编程语言被称为 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:25.333000             🧑  作者: Mango

代码示例1
A program such as C++ or Java needs to be pass through compiler,
which translates it into byte code that the machine understands and can execute. 
So they are called compiled language.
And programming languages such as javascript or Python ,compile and
execute concurrently, So they are called interpreted language.