Closures are anonymous functions with closed scope.
闭包是具有闭合作用域的匿名函数。
Go provides a simple syntax for declaring anonymous functions.
Go为声明匿名函数提供了简单的语法。
For example, there is a Parallel For syntax that relies on anonymous functions.
例如,有一个用在匿名函数里头的ParallelFor语法。
By replacing formal function definitions with anonymous functions, you simplify code.
通过用匿名函数来替换正式函数定义,您可简化代码。
Notice that the map you pass to the extend function maps from keywords to anonymous functions.
请注意将您传递到extend函数的映射从关键字映射到匿名函数。
By design, closures are anonymous functions, which means they do not appear in the reflection API.
按照设计,闭包是匿名函数,这意味着它们不显示在反射api中。
The YUI Profiler provides a mechanism for instrumenting anonymous functions, allowing them to be profiled.
YUI分析器提供了一种调用匿名函数的机制,使得它们可以被分析。
Unfortunately for VB users, it isn't nearly as clean in languages that don't support multi-line anonymous functions.
不过对于VB用户来说,在不支持多行匿名函数的语言里,新语法看起来没那么清爽。
Unlike other languages with functional support, Ceylon doesn't support anonymous functions (unnamed functions that appear directly in expressions).
与支持函数编程的其他语言不同,Ceylon不支持匿名函数 (直接出现在表达式中的未命名函数)。
You could have enclosed a pointer to your FadingTooltip object in the anonymous functions you defined for the W3C and Microsoft event models as well.
对于为W3C和Microsoft事件模型定义的匿名函数,都可以将FadingTooltip对象的指针封闭在其中。
In general, we recommend that you do not use anonymous functions to subscribe to events if you will have to unsubscribe from the event at some later point in your code.
一般来说,如果您在程序码稍后必须取消订阅事件,建议您不要使用匿名函式订阅事件。
Lambda functions (or "anonymous functions," as they are often referred to) are simply throwaway functions that can be defined at any time and are typically bound to a variable.
lambda函数(或者通常所谓的“匿名函数”)是可以随时定义的简单抛弃型函数,并且通常都与变量绑定。
But don't let the complexity of calculus dissuade you from using lambdas: They are really nothing more than anonymous functions. The following function definition, for example, is a lambda.
但是,不要让calculus的复杂性妨碍了您对lambdas的使用:它们也只不过是匿名函数。
This allows for anonymous recursive functions.
这将允许匿名递归函数。
This allows you to group code naturally and brings the concept of anonymous inner functions to OpenLaszlo development.
这样一来,便可以很自然地组织代码,并将匿名内部函数的概念引入到OpenLaszlo开发当中。
PL/SQL procedures/functions/anonymous blocks
PL/SQL过程/函数/匿名块
Locals variables needed by those functions are said to "closed over" or "lifted" into the anonymous class.
那些匿名函数所需的本地变量据说被“封闭”(closedover)或“提升”(lifted)到该匿名类中。
I think that for static functions (or those in an anonymous namespace), the compiler could possibly make the optimization you're talking about, since the function does not have external linkage.
我认为对于静态函数(或者匿名命名空间中的那些),编译器可能会做出你正在谈论的优化,因为函数没有外部链接。
Since the "locals" used by an asynchronous functions are actually fields on an anonymous class, they must be retained for the duration of the call.
由于在异步函数中所使用的“局部变量”实际上是某个匿名类中的字段,因此在调用期间它们必须被保留。
Since the "locals" used by an asynchronous functions are actually fields on an anonymous class, they must be retained for the duration of the call.
由于在异步函数中所使用的“局部变量”实际上是某个匿名类中的字段,因此在调用期间它们必须被保留。
应用推荐