Functional programming languages are entering the blockchain sphere.函数式编程语言使您能够创建高度并行且高度分布的系统。
Functional programming languages enable you to create a highly parallelized and highly distributed systems.最近想学习一门函数式编程语言,选择了Haskell。
We first chose to research a functional programming language, Haskell.Combinations with other parts of speech
Functional programming languages are entering the blockchain sphere.Spark源码是scala语言写的,scala是一种的面向函数式编程语言.
Apache Spark is written in Scala, a functional programming language.Scheme作为Lisp的方言,是一种函数式编程语言。
Scheme, being a dialect of Lisp, is a functional programming language.函数式编程语言汲取了这些相同的想法并带入到用于通用目的编程的领域。
Functional programming languages take the same ideas and move them into the realm of general-purpose programming..Lambda演算可视为函数式编程语言的理想化版本,如Haskell或ML语言。
The lambda calculus may be seen as an idealised functional programming language, like Haskell or Standard ML.函数式编程语言使您能够创建高度并行化和高度分布式的系统。
Functional programming languages enable you to create a highly parallelized and highly distributed systems.现在有很多种函数式编程语言,他们中的大多数以不同方式完成不同任务。
There are many functional programming languages, and most of them do many things very differently.函数式编程语言,例如Haskell,能够使这些变得更简单更便宜。
Functional programming languages, such as Haskell, can make it easier and cheaper.其他情况下,现有的一些语言借用了函数式编程语言中的一些概念。
In other cases, some of the existing languages borrow concepts from functional programming languages.第十三章探索了闭包和迭代器:Rust中来自函数式编程语言的功能。
Chapter 13 explores closures and iterators:features of Rust that come from functional programming languages.PS:事实上,谈到函数式编程,Scala不是一个纯粹的函数式编程语言。
PS: Indeed, speaking of functional programming,Scala is not a pure functional programming language.一个纯粹的函数式编程语言不会允许可变数值:但Scala允许你定义var变量。
A pure functional programming language does not allow mutable values: Scala allows you to declare the var variable.Lisp不仅是第一个函数式编程语言,并且包含了计算机科学中许多突破性的进展。
Lisp was not only one of the first functional programming languages but also contained a number of other groundbreaking advances in computer science.Haskell于1990年作为纯函数式编程语言出现,旨在处理大量复杂的计算和数字运算。
Haskell popped in 1990 as a purely functional programming language, designed to deal with a large amount of complicated calculations and numbers crunching.SAC(SingleAssignmentC)是一门严格的纯函数式编程语言,以满足数值计算领域的需求为主要目的。
SAC(Single Assignment C) is a strict purely functional programming language which design is focused on the needs of numerical applications.如果你是名函数式编程语言的粉丝,尤其对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.从那以后,它们出现在了一些其他的编程语言中(尤其是函数式语言)。
Since then, they have appeared in some other programming languages(especially functional languages).Lambda演算对函数式编程有巨大的影响,特别是Lisp语言。
Lambda calculus has greatly influenced functional programming languages, especially LISP.一些传统的编程语言,例如C++和JavaScript,引入了由函数式编程提供的一些构造和特性。
Some traditional programming languages, such as C++ and JavaScript, import constructs and features from functional programming.ML是MetaLanguage的缩写,它是基于Lisp的函数式编程语言。 函数式编程用于各种语言,如Haskell,Lisp和scala。
Functional programming is used in languages like Lisp, Haskell, and Scala.即使你在工作中从不会用到函数式语言,理解函数式编程将能够让你成为一个更优秀的开发人员。
Even if you never work in a functional language professionally, understanding functional programming will make you a better developer.有些例子特意避开了Python专有技术,这样做的目的,就是为了更好地演示这些适用于很多语言的函数式编程技术:map、reduce和pipeline。
A number of the examples eschew pythonicity in order to demonstrate functional techniques common to many languages: map, reduce, pipeline.