applicative
「applicative」的意思
adj. 可适用的
adj.可适用的,合用的
「applicative」的用法
applicative具有应用性的,可操作的 - 在编程中,指可以将函数应用于值的操作。
「applicative」的例句
The applicative style is often used in functional programming.
函数式编程中经常使用应用风格。
Applicative functors can be used to apply functions to values in a sequence.
应用函子可以用于将函数应用于序列中的值。
In Haskell, the applicative interface allows for a more flexible way of combining functions and values.
在Haskell中,应用接口允许以更灵活的方式组合函数和值。
Applicative programming can make code easier to read and maintain.
应用编程可以使代码更易于阅读和维护。
Many modern programming languages support applicative programming patterns.
许多现代编程语言支持应用编程模式。
Applicative functors are a powerful tool in functional programming.
应用函子是函数式编程中的强大工具。
The use of applicative functors can help to avoid side effects in programs.
使用应用函子可以帮助避免程序中的副作用。
Applicative programming is closely related to monadic programming.
应用编程与单调编程密切相关。
In Swift, the Optional type is an example of an applicative functor.
在Swift中,Optional类型是一个应用函子的例子。
Applicative programming can simplify complex operations on data structures.
应用编程可以简化对数据结构的复杂操作。