什么是脚本语言?

发布于 2024-10-04 22:05:14 字数 225 浏览 2 评论 0原文

可能的重复:
某种语言何时被视为脚本语言?

什么语言是脚本语言??我们不能单独编写脚本语言吗?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

无尽的现实 2024-10-11 22:05:14

脚本语言,脚本语言
或者扩展语言是一种编程
允许控制一个或多个的语言
更多软件应用程序。 “脚本”
与核心代码不同
应用程序,就像通​​常一样
用不同的语言写成并且
经常被创建或至少被修改
由最终用户。脚本常常是
从源代码解释或
字节码,而应用软件
通常首先编译为
本机机器代码或
中间代码。

来源

有 PHP、Perl、Python、Ruby 等。更多 此处

脚本由解释器运行,因此操作系统中必须有解释器才能运行脚本。

A scripting language, script language
or extension language is a programming
language that allows control of one or
more software applications. "Scripts"
are distinct from the core code of the
application, as they are usually
written in a different language and
are often created or at least modified
by the end-user. Scripts are often
interpreted from source code or
bytecode, whereas application software
is typically first compiled to a
native machine code or to an
intermediate code.

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.

混浊又暗下来 2024-10-11 22:05:14

在我看来,脚本语言是一种解释型语言,而不是编译型语言。

In my opinion a scripting language is a language that is interpreted rather than compiled.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文