Closure (computer science)/Definition: Difference between revisions
Jump to navigation
Jump to search
imported>Tom Morris |
imported>Pat Palmer (a crude and inadequate definition of closure) |
||
Line 1: | Line 1: | ||
<noinclude>{{Subpages}}</noinclude> | <noinclude>{{Subpages}}</noinclude> | ||
A | A feature in some computer programming languages that allows a procedure to bind to its environment, so that it may be called (and its internal variables utilized) from anywhere within the process, instead of using C-like scope rules to limit its availability. |
Latest revision as of 13:19, 30 April 2011
A feature in some computer programming languages that allows a procedure to bind to its environment, so that it may be called (and its internal variables utilized) from anywhere within the process, instead of using C-like scope rules to limit its availability.