Closure (computer science)/Definition

From Citizendium
< Closure (computer science)
Revision as of 14:19, 30 April 2011 by imported>Pat Palmer (a crude and inadequate definition of closure)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
A definition or brief description of Closure (computer science).

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.