Site Navigation
Categories:
Data types
Functional programming
Lambda calculus
Articles to be merged from August 2009
All articles to be merged
Computing articles needing expert attention
Articles needing expert attention from August 2009
All articles needing expert attention
Incomplete lists

Summary Of: Anonymous function

easier to contain the comparison logic as an anonymous function instead of creating a named function... The anonymous function in this example is the lambda expression... The anonymous function accepts two arguments... in an anonymous function that compares the input to the threshold... the anonymous function is the entity that contains the functionality that does the comparing... The anonymous function accepts an argument and multiplies it by itself... The anonymous function checks if the argument passed to it is even... The anonymous function here is simply the multiplication of the two arguments... generally have anonymous function support so that functions can be defined and passed around as easily as other data... lambda syntax may be used to denote an anonymous function or an expression tree... Map the anonymous function over all elements in the list... provided partial anonymous function support through the use of... compiler takes the code block of the anonymous function and creates a static private function... Anonymous function bound to the Square variable Square... an anonymous function in VB must truly be a VB...

Encyclodia Page On: Anonymous function

These Are Links To Other Documents
Merge-arrow.svg | merged | First-class function | Discuss | talk page | WikiProject Computing | Computing Portal | computing | function | subroutine | bound | identifier | Alonzo Church | lambda calculus | Y combinator | anonymous recursion | Alan Turing | Lisp | JavaScript | C++0x | object-oriented | anonymous classes | Java | closures | currying | Python | sort algorithm | Closure (computer science) | bound variables | currying | integer division | Map (higher-order function) | squares | Filter (higher-order function) | Fold (higher-order function) | programming languages | C | Pascal | Object Pascal | Java | ML | Delphi | first-class functions | Dylan | JavaScript | Lisp | Scheme | ML | Haskell | Python | Ruby | Perl | C++0x | incomplete | ActionScript | Yes | C | No | C# | Yes | C++ | Yes | C++0x | Boost C++ Libraries | Curl | Yes | D | Yes | Dylan | Yes | Erlang | Yes | Frink | Yes | Haskell | Yes | Java | No | JavaScript | Yes | Lisp | Yes | Logtalk | Yes | Lua | Yes | ML | OCaml | Standard ML | Yes | Object Pascal | Yes | Oxygene | Objective-C | Yes | Pascal | No | Perl | Yes | PHP | Yes | Python | Yes | R | Yes | Ruby | Yes | Smalltalk | blocks | Scala | Yes | Scheme | Yes | Smalltalk | Yes | blocks | Visual Basic .NET | Yes | Visual Prolog | Yes | Vala | Yes | C# | Lambda Calculus | delegates | Erlang | Haskell | JavaScript | Lisp | Scheme | lambda calculus | Logtalk | Lua | ML | OCaml | Standard ML | Perl | PHP | Python | Ruby (programming language)#Blocks and iterators | Smalltalk | blocks | VB | Visual Prolog | First-class function | Categories | Data types | Functional programming | Lambda calculus | Articles to be merged from August 2009 | All articles to be merged | Computing articles needing expert attention | Articles needing expert attention from August 2009 | All articles needing expert attention | Incomplete lists |
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Anonymous function".