我所展示的用于过滤列表的函数方法在函数编程语言和库中非常普遍。
The functional approach I've shown to filtering lists is common across functional programming languages and libraries.
Erlang与其他流行的语言之间的主要差异是,Erlang基本上是一种函数编程语言。
A main difference between Erlang and more popular languages is that Erlang is primarily a functional programming language.
Haskell并不是世界上第一种函数编程语言,但是从80年代起,确是最重要的一种。
Haskell was not the first functional programming language in town, but from late 80's and onwards, it has prevailed as the most important among the group.
闭包最初是在20世纪60年代作为Scheme的一部分开发的,Scheme是最著名的函数编程语言之一。
Closures were originally developed in the 1960s as part of Scheme, one of the most well-known functional programming languages.
进程地址空间的首段地址便是栈,它储存了局部变量以及大多数编程语言的函数参数。
The topmost segment in the process address space is the stack, which stores local variables and function parameters in most programming languages.
因为搜索结果存储在一个数组中,您肯定希望函数遍历该数组,就像处理其他编程语言的数据对象一样。
Since the search results are being stored in an array, you'd expect functions to work through the array like you would any data object in any programming language.
清单6给出一个用定制编程语言编写的函数。
Listing 6 shows a function defined in your custom programming language.
特别地,函数式编程语言必须提供高阶和一流的函数,这是本文所定义的。
Specifically, functional programming languages must provide high-order and first-class functions, which this article defines.
函数式编程的核心是函数,就像面向对象语言的主要抽象方法是类。
At the core of functional programming is the function, just as classes are the primary abstraction in object-oriented languages.
清单11展示了更多的数组遍历函数,可适用于其他编程语言的数组遍历。
Further array traversal functions are as follows in Listing 11 and fit appropriately with array traversal in other programming languages.
在过去的几年中,人们对函数式编程语言的兴趣高涨。
In the past couple of years, interest in functional programming has skyrocketed.
Port类型可以同一个函数库或者由传统编程语言编写的模块来比较。
The port type can be compared to a function library or module in a traditional programming language.
Haskell或Scheme程序员会告诉您,函数对于任何严肃的编程语言来说都是最重要的特性。
Ask Haskell or Scheme programmers, and they'll tell you that functions are the most important feature of any serious programming language.
Web服务是适于销售的函数,可以使用任何平台和任何编程语言访问它们。
Web services are sellable functions that can be accessed independent of platforms and programming languages.
因此,像大多数人一样,我钟爱使用 Erlang和Scala等函数语言进行并发编程。
So, like a lot of people, I've been caught up in the excitement about concurrent programming with functional languages like Erlang and Scala.
编程语言能够将对函数(或在面向对象语言中的方法)的声明从其调用中分离出来。
Programming languages can separate the declaration of functions (or methods in an object-oriented language) from their invocation.
php的array _ filter是函数式编程语言中高阶函数的一个例子。
PHP's array_filter is an example of what is know in functional programming as a higher-order function.
最后,要将数据作为json返回,必须使用php内置的json_encode函数(您所使用的编程语言都有类似的库函数)。
Finally, to return the data as json, you use PHP's built-in json_encode function. (There will be similar library functions in whatever language you are using.)
函数性编程语言让您告诉程序去做什么。
Functional programming languages let you tell your program what to do.
在大部分编程语言中,定义和命名函数是同一个操作。
In most programming languages, defining and naming functions are the same operation.
对,随着多核处理器时代的到来,函数式编程语言似乎更适合新的硬件架构。
Well, which the advent of multicore processors, functional programming languages seems naturally suited to the new hardware architectures.
函数编程与语言是否支持函数无关,而是指程序操作和组件的工作方式。
This has nothing to do with whether it supports functions, but is related to how the operation of programs and components works.
函数式编程不只是一组工具或者语言,更是一种心态。
Functional programming is more a mindset than a particular set of tools or languages.
这是函数式编程语言中常见的一个强大特性。
This is a powerful feature common in functional programming languages.
函数式编程中,传统语言中用循环完成的多数任务都可以使用递归来完成。
In functional languages, most tasks that are accomplished with loops in traditional languages are instead accomplished with recursion.
因为可以在数据结构中包含函数,所以函数性语言构成了元编程的优秀平台。
Because you can include functions in the data structures, functional languages make excellent platforms for metaprogramming.
没有特定的标准函数集,而许多现代编程语言有内置的函数,可以满足各种编程需求。
Has no particular set of standard functions, whereas many modern programming languages have intrinsic or built-in functions for various programmatic needs.
函数性语言极大地影响了编程的思考方式。
Functional languages can dramatically impact the way you think about programming.
不过事实证明函数型语言非常适合于并行编程。
But functional languages turn out to be very well suited to parallel programming.
这是所有的远程过程调用(rpc)机制实现的操作语义,因为它是在过程性编程语言和面向对象的编程语言中的标准函数调用语义。
This is the operating semantic that all remote procedure call (RPC) mechanism implement since this is the standard function-call semantic in procedural and object-oriented programming languages.
应用推荐