Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

开发环境代表什么 | Howie's Notes #110

Open
howiezhao opened this issue Dec 27, 2020 · 0 comments
Open

开发环境代表什么 | Howie's Notes #110

howiezhao opened this issue Dec 27, 2020 · 0 comments

Comments

@howiezhao
Copy link
Owner

https://howiezhao.github.io/2018/09/23/what-is-development-environment/?highlight=%E5%BC%80%E5%8F%91

按照编程语言的执行原理,一般将其分为编译型语言(如 C)和解释型语言(如 Python),对于编译型语言来说,它的开发环境就代表该语言的编译器和其基本类库,对于解释型语言来说,它的开发环境就代表该语言的解释器和其基本类库。请注意,这里我并没有提到编辑器,因为编辑器并不属于每种语言所特有的范畴。 对于解释型语言来说,它的开发环境就等于运行环境,而对于编译型语言,可以说它不需要运行环境。请注意,Jav

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant