为什么visual studio / .net被称为“解释”?环境? [英] Why is visual studio/.net termed as "interpreted" environment?

查看:89
本文介绍了为什么visual studio / .net被称为“解释”?环境?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

仅仅因为它首先进入IL?

Just because it interprits to IL first?

推荐答案

Visual Studio是一个IDE(集成开发环境),与解释无关。 br />


解释意味着执行代码的运行时会在指令到来时对其进行评估,并且不会进行预处理。



.net是一个已编译的虚拟机运行时,不会被解释。



甚至V8运行时中的javascript也会被编译,尽管只是在in-in-中时间方式。
Visual Studio is an IDE (integrated development environment) and has nothing to do with being "interpreted".

"interpreted" means that the runtime executing the code will evaluate instructions as they come, and will do no pre-processing.

.net is a compiled virtual machine runtime and is not interpreted.

Even javascript in the V8 runtime is compiled albeit in a just-in-time way.


这篇关于为什么visual studio / .net被称为“解释”?环境?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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