an interpreted language is often easier to debug, because you can still see your raw code there, but it's not always as fast.
解释语言调试起来很容易,因为你可以看到最原始的代码,但是这种语言不够快。
And it's primarily-- I shouldn't say primarily, it is an interpreted language. OK?
它基本上-我不该说基本上的,它就是一种解释语言,对不对?
I'll point out that in-house language throughout the semester, and we'll talk about how it should be interpreted.
我会在课上指出哪些是黑话,我们会讨论应该如何翻译。
What that basically says is the following: in an interpreted language, you take what's called the source code, the thing you write, it may go through a simple checker but it basically goes to the interpreter, that thing inside the machine that's going to control the flow of going through each one of the instructions, and give you an output.
也就说,如果是解释语言的话:,你要写一些叫做,源码的东西,你写的东西会经过一个简单的过滤器,然后解释器会处理你的源码,解释器会产生一个,逐条读取你的源码的,控制流,然后返回一个输出结果。
And the third one I want to point out is, whether this is an interpreted versus a compiled language.
我想说的第三件事情是,这个语言是编译语言,还是解释语言。
应用推荐