术语“谓词”的起源引用布尔函数?

发布于 2024-11-15 20:18:01 字数 266 浏览 2 评论 0原文

在Scheme中,术语“谓词”被用作作为如下:

谓词是一个始终返回布尔值(#t 或 #f)的过程。

为什么scheme要用“谓词”来指代这样的函数呢?如果该用法来自以前的语言,那么首先选择这个术语的动机是什么?

In Scheme, the term "predicate" is used as follows:

A predicate is a procedure that always returns a boolean value (#t or #f).

Why does scheme use "predicate" to refer to such a function? And if the usage comes from a previous language, what was the motivation for selecting this term in the first place?

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

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

发布评论

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

评论(1

べ映画 2024-11-22 20:18:01

嗯,这来自数学逻辑,正如 Wikipedia 所说,谓词是一个基本概念在一阶逻辑中。在逻辑的每个“实现”中,谓词是一个要么是真要么是假的句子 - 因此它非常适合编程语言。

Well, this comes from mathematical logic, as Wikipedia says, predicate is a fundamental concept in first-order logic. In every "implementation" of logic, predicate is a sentence that is either true or false - so it fits into programming languages very well.

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