什么是脚本语言?
可能的重复:
某种语言何时被视为脚本语言?
什么语言是脚本语言??我们不能单独编写脚本语言吗?
Possible Duplicate:
When is a language considered a scripting language?
What languages are scripting languages?? Couldn't we write scripting languages as a stand alone??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
来源
有 PHP、Perl、Python、Ruby 等。更多 此处。
脚本由解释器运行,因此操作系统中必须有解释器才能运行脚本。
Source
There is PHP, Perl, Python, Ruby, etc. More HERE.
Scripts are ran by an interpreter, so there must be an interpreter in the Operating System for the script to run.
在我看来,脚本语言是一种解释型语言,而不是编译型语言。
In my opinion a scripting language is a language that is interpreted rather than compiled.