The Linux Foundation Projects
Skip to main content

Closure

A technique for implementing lexically scoped name binding in a language with first-class functions. Operationally, a closure is a record storing a function together with an environment.