Content deleted Content added
No edit summary |
{{compu-prog-stub}} |
||
Line 1:
An '''anonymous function''' is a [[function (mathematics)|function]] (or a [[subroutine]]) defined, and possibly called, without being bound to a name. In the [[lambda calculus]], of which most [[programming language]]s are a [[superset]], all functions are anonymous. The [[Y combinator]] can be utilised in these circumstances to provide [[anonymous recursion]]. Certain programming languages also provide support for both named and anonymous functions. Some [[object-oriented]] programming languages have [[anonymous class]]es, which are a similar concept.
{{compu-prog-stub}}▼
▲{{stub}}
|