出典:Wikipedia
出典:『Wikipedia』 (2011/07/30 09:25 UTC 版)
In computing, an anonymous function (also function constant or function literal) is a function (or a subroutine) defined, and possibly called, without being bound to an identifier. Anonymous functions are convenient to pass as an argument to a higher-order function and are ubiquitous in languages with first-class functions.