用于维护自身的程序或系统的术语是什么?

发布于 2024-08-31 07:41:58 字数 72 浏览 7 评论 0原文

我指的不是天网。我正在考虑一个用于编译自身的编译器应用程序、一个跟踪其自身源代码的 VCS 等。

And I don't mean skynet. I'm thinking of say a compiler application that is used to compile itself, a VCS that tracks its own source code etc.

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

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

发布评论

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

评论(6

昇り龍 2024-09-07 07:41:58

常用术语,特别是对于编译器而言,是“自托管”。

The common term, especially for compilers, is "self-hosted".

吃→可爱长大的 2024-09-07 07:41:58
  • Bootstrap:表明新语言编译器已经足够成熟,可以自行编译。通常用作里程碑。
  • Dogfooding:用于表示负责产品开发/交付的团队使用自己的产品。通常用作背书。
  • 自托管:使用工具本身开发的软件工具。用于指示状态或状态,即具有支持运行本身的所有功能。表明稳健性。
  • 自愈:能够影响修复,无需依赖外部资源。稳定性指示
  • 自动更正:通常能够通过各种反馈机制自主进行更改。与自我修复相关,但不仅限于修复损伤,还包括行为控制。
  • Bootstrap: indicates that a new language compiler is mature enough to compile itself. Usually used as a milestone.
  • Dogfooding: used to indicate that the group responsible for development/delivery of a product use their own product. Usually used as an endorsement.
  • Self-hosted: software tool that is developed using the tool itself. Used to indicate status or state, i.e. having all the features to support running itself. Indicates robustness.
  • Self-healing: Able to affect repair without the need to rely on outside resources. Indication of stability
  • Auto-correcting: Able to make changes autonomously usually through various feedback mechanisms. Related to self-healing but not limited solely to repair of damage but also control of behavior.
两相知 2024-09-07 07:41:58

它可以被视为 dogfooding - 只是一种特殊情况,您不仅使用您的工具,而是使用工具来维护自身。

It could be considered dogfooding - just a special case where you are not only using your tool, but using the tool to maintain itself.

七婞 2024-09-07 07:41:58

在整个编程系统的背景下:自我维持系统(S3)自支撑系统

但对于您描述的上下文(VCS、编译器),通常使用术语“自托管”。

In the context of whole Programming Systems: Self-Sustaining System (S3) or Self-Supporting System.

But for the context you describe (VCS, compiler), the term self-hosting is generally used.

如果没有你 2024-09-07 07:41:58

也许是“反思”?

"Reflective" maybe?

画中仙 2024-09-07 07:41:58

自我意识、自我编程……

Self-Aware, Self-Programming...

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