What is the translation of " 函数式编程 " in English?

functional programming
函数式编程
功能编程
函数程式语言
功能方案
函数式程序设计

Examples of using 函数式编程 in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
函数式编程用于各种语言,如Haskell,Lisp和scala。
Functional programming is used in languages like Lisp, Haskell, and Scala.
函数式编程语言使您能够创建高度并行且高度分布的系统。
Functional programming languages enable you to create a highly parallelized and highly distributed systems.
Scheme作为Lisp的方言,是一种函数式编程语言。
Scheme, being a dialect of Lisp, is a functional programming language.
最近想学习一门函数式编程语言,选择了Haskell。
We first chose to research a functional programming language, Haskell.
Spark源码是scala语言写的,scala是一种的面向函数式编程语言.
Apache Spark is written in Scala, a functional programming language.
函数式编程,特别是纯函数式编程,尝试最小化状态带来的副作用,因此被认为是宣告式的。
Functional programming, and in particular purely functional programming, attempts to minimize or eliminate side effects, and is therefore considered declarative.
函数式编程语言使您能够创建高度并行化和高度分布式的系统。
Functional programming languages enable you to create a highly parallelized and highly distributed systems.
函数式编程只描述在程序输入上执行的操作,不必使用临时变量保存中间结果。
Functional programming describes only the operations to be performed on the inputs to the programs, without use of temporary variables to store intermediate results.
对可变状态的谨慎处理:函数式编程有时候(被半开玩笑地)称为“面向值编程”。
A Careful Treatment of Mutable State: Functional programming is sometimes(half-jokingly) referred to as‘value-oriented programming.'.
函数式编程有时候被认为是一系列可以补充或替代的其他编程范式的技术,例如.
Functional programming is sometimes considered to be a set of techniques that supplement or replace techniques found in other programming paradigms, such as:.
函数式编程语言,例如Haskell,能够使这些变得更简单更便宜。
Functional programming languages, such as Haskell, can make it easier and cheaper.
函数式编程想要尽可能的避免状态变化,只和函数间的数据流动打交道。
Functional programming wants to avoid state changes as much as possible and works with data flowing between functions.
在计算机编程、特别是函数式编程与类型理论中,代数数据类型(ADT)是一种组合类型(compositetype).
In computer programming, especially functional programming and type theory, an algebraic data type is a kind of composite type, i.
函数式编程(FP)是一种软件开发风格,它注重不依赖于编程状态的函数。
Functional programming(FP) is a style of software development emphasizing functions that don't depend on program state.
函数式编程概念,包括匿名函数、调用函数的不同方法,以及将函数作为参数传递给其他函数的方式。
Functional programming concepts, including anonymous functions, different ways to call functions, and how to pass functions as arguments to other functions.
Scala同时支持闭包,一种动态语言比如Python和Ruby从函数式编程世界中引用过来的特性。
Scala also offers closures, a feature that dynamic languages like Python andRuby have adopted from the functional programming world.
这些更改中有两个紧密相连的部分:流API和函数式编程构造。
The changes have two closely linked parts:the stream API and the functional programming constructs.
因此,在代码中滥用lambda表达式并不意味着您使用的是函数式编程范型。
So, abusing of lambda expression in your codedoes not mean you're using functional programming paradigm.
Julia使用多重分派作为范例,使表达许多面向对象和函数式编程模式变得容易。
Julia uses multiple dispatch as a paradigm,making it easy to express many object-oriented and functional programming patterns.
Resilience4j,是一个受NetflixHystrix启发的轻量级容错库,但是是为Java8和函数式编程设计的。
Resilience4j has been inspired by Netflix Hystrix butis designed for Java 8 and functional programming.
函数式编程的好处之一就是使程序变得易于推理。
One of the main strengths of functional programming is that it makes code easier to reason about.
学习Swift函数式编程的核心观点,并将其运用到真实世界的开发中去。
Learn core concepts of functional programming with Swift and leverage them in real world code.
如果你是名函数式编程语言的粉丝,尤其对Lisp家族情有独钟的话,那你一定会喜欢Lisping。
If you are a fan of functional programming and particularly of the Lisp family of programming languages, then you are going to love Lisping.
虽然Kotlin为函数式编程提供了构建模块,但Arrow为应用程序开发人员准备了随时可用的高级抽象包。
While Kotlin provides building blocks for functional programming, Arrow delivers a package of ready-to-use higher-level abstractions for application developers.
在第一节中,介绍了Ramda和函数式编程的一些基本思想,如函数、纯函数和数据不变性。
In Part 1, I introduced Ramda and some of the basic ideas about functional programming, such as functions, pure functions, and immutability.
Backus的论文推广了函数式编程的研究,虽然它强调的是功能级编程而不是现在所说的lambda演算风格。
Backus's paper popularized research into functional programming, though it emphasized function-level programming rather than the lambda-calculus style now associated with functional programming..
一些传统的编程语言,例如C++和JavaScript,引入了由函数式编程提供的一些构造和特性。
Some traditional programming languages, such as C++ and JavaScript,import constructs and features from functional programming.
函数式编程(经常缩写为:FP)是指通过组合纯函数、避免共享状态、避免易变数据以及避免副作用的方式来构建软件的过程。
Functional programming(often abbreviated FP) is the process of building software by composing pure functions, avoiding shared state, mutable data, and side-effects.
即,纯函数式编程语言。
It is a pure functional programming language.
Results: 29, Time: 0.0173

Word-for-word translation

Top dictionary queries

Chinese - English