非面向对象的脚本语言

发布于 2024-12-03 03:42:47 字数 27 浏览 3 评论 0原文

非面向对象的脚本语言有什么具体的优点吗?

Is there any specific advantage to the scripting languages which are not Object-oriented?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

得不到的就毁灭 2024-12-10 03:42:47

最简单的答案是“不”,但真正提出问题意味着您只需要了解“面向对象”的含义即可。对您来说最简单的事情之一可能是采用带有 OO 的脚本语言,例如 Perl。 这是旧的,但解释得很好

我用过的最简单的脚本语言之一也是非常有用的,恕我直言,它是 TCL。 TCL 程序通常不使用面向对象,尽管它有一个扩展可以为顽固分子这样做:)

The simplest answer is "no" but really asking the questions means you just need to understand what "object oriented" means. One of the easiest things for you might be to take scripting languages that have OO tacked onto them like Perl. This is old but explains it nicely.

One of the simplest scripting languages I ever used that also is very useful IMHO is TCL. TCL programs typically do not use Object orientation, although it has an extension to do so for the die-hards :)

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