You know, this is really functional language, the kind of thing that you're not going to get out of a textbook but you've got the power to do this right in front of you.
这是一种功能性的语言,你无法从教科书里面学到,但是你可以现在就做这件事情。
网站首页 情感咨询 情感美文 情感百科 情感生活 学习充电 旧版美文
词汇 | Functional Language |
分类 | 英语词汇 英语翻译词典 |
释义 |
Functional Language
原声例句
Emma的美味英语 You know, this is really functional language, the kind of thing that you're not going to get out of a textbook but you've got the power to do this right in front of you. 这是一种功能性的语言,你无法从教科书里面学到,但是你可以现在就做这件事情。
英语百科
Functional programmingIn 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 with expressions or declarations 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. |
随便看 |
|
依恋情感网英汉例句词典收录3870147条英语例句词条,基本涵盖了全部常用英语单词的释义及例句,是英语学习的有利工具。