Functional programming

Posted rsapaper

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Functional programming相关的知识,希望对你有一定的参考价值。

https://en.wikipedia.org/wiki/Functional_programming

In computer science, functional programming is a programming paradigm—a style of building the structure and elements of computer programs—that treats computation as the evaluation of mathematical functions and avoids changing-state and mutable data. It is a declarative programming paradigm, which means programming is done withexpressions[1] or declarations[2] instead of statements. In functional code, the output value of a function depends only on the arguments that are input to the function, so calling a function f twice with the same value for an argument x will produce the same result f(x) each time. Eliminating side effects, i.e. changes in state that do not depend on the function inputs, can make it much easier to understand and predict the behavior of a program, which is one of the key motivations for the development of functional programming.

以上是关于Functional programming的主要内容,如果未能解决你的问题,请参考以下文章

C++ functional模板 #include <functional>(提供了一种更通用的函数绑定和调用机制)

Keras之函数式(Functional)模型

pytorch笔记:torch.nn.functional.pad

Functional programming

Error: Run Generate Functional Simulation Netlist

软件测试-----功能性需求(Functional requirement)+非功能性需求(Non-functional requirement)