什么是口译员? [英] What is an interpreter ?

查看:153
本文介绍了什么是口译员?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以帮助我并解释什么是便携式语言(解释语言)?喜欢:python和Java



我尝试过:



我已经阅读了很多关于它的内容,但无法完全理解什么是解释器/可移植语言

什么是IDE?有什么用?

ps:我只知道c ++语言,并且已经启动了python

解决方案

解释语言是一种不需要的编程语言编译以便执行。 Python就是这种语言,但是python和其他人可以编译成字节码。



解释器将解析这些行,执行正确的函数。

我觉得定义各不相同。我对解释语言的定义是转换为中间类型代码的语言。此中间代码不是机器代码,不能直接执行。在执行期间解释中间代码。编译语言是被翻译成机器代码的语言,可以直接执行。执行期间没有最终翻译阶段。


Can someone help me and explain what is a portable language (interpreted language) ? like : python and Java

What I have tried:

I've read a lot about it , but cannot completely understand what is an interpreter / portable language
what is an IDE ? what is its use?
p.s : i only know c++ language ,and have started python

解决方案

An interpreted language is a programming language that does not need to be compiled in order to be executed. Python is this type of language, however python and perhaps others can be compiled into byte code.

The Interpreter will parse the lines, executing the correct functions.


I get the feeling that definitions vary. My definition of an interpreted language is one that is translated into an intermediate type of code. This intermediate code is not machine code and can not be 'directly' executed. The intermediate code is interpreted during execution. A compiled language is one that is translated into machine code which can be directly executed. There is no final translation stage during execution.


这篇关于什么是口译员?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆