gbt1988 / PythonToWork

0 stars 0 forks source link

编译、解释、解析的差别 #3

Open gbt1988 opened 4 years ago

gbt1988 commented 4 years ago

https://cnodejs.org/topic/58307c5d67db500b79c100b4

A compiler is a computer program (or a set of programs) that transforms source code written in a programming language (the source language) into another computer language (the target language), with the latter often having a binary form known as object code. The most common reason for converting source code is to create an executable program.

In computer science, an interpreter is a computer program that directly executes, i.e. performs, instructions written in a programming or scripting language, without previously compiling them into a machine language program. An interpreter generally uses one of the following strategies for program execution:

截屏2020-03-01下午9 38 03