gpt4 book ai didi

haskell - 在 Haskell 中,函数相对于二等事物有什么特权?

转载 作者:行者123 更新时间:2023-12-02 16:04:22 24 4
gpt4 key购买 nike

我在 stackoverflow 上读到了另一个问题 About first-,second- and third-class value说一流的东西比二流的东西有更多的特权。既然函数是一流的,那么它们相对于 Haskell 中的其他东西有什么特权呢?我不知道为什么我被标记了。有什么想法吗?

谢谢。

最佳答案

来自wikipedia

In programming language design, a first-class citizen (also object, entity, or value) in a given programming language is an entity which supports all the operations generally available to other entities. These operations typically include being passed as a parameter, returned from a function, and assigned to a variable.

这意味着在 Haskell 中,函数可以作为参数传递、作为值返回以及分配给变量。该语言具有用于处理、操纵和使用一般函数的内置机制,例如 compose 函数 (.)、函数 map 等。

正如 Fixnum 所指出的,Haskell 中的第二类构造是记录语法。您不能构造匿名记录并将其传递给函数,它必须是特定数据类型的实例。

关于haskell - 在 Haskell 中,函数相对于二等事物有什么特权?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19305355/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com