Non-local variable: Difference between revisions

Content deleted Content added
Ruud Koot (talk | contribs)
before this turn into a source code repository again...
Ruud Koot (talk | contribs)
{{see also|Nested function#Implementation{{!}}Nested function: Implementation|Man or boy test}}
Line 33:
 
== Implementation issues ==
{{see also|Nested function#Implementation{{!}}Nested function: Implementation|Man or boy test}}
Non-local variables are the primary reason it is difficult to support nested, anonymous, [[higher-order function|higher-order]] and thereby [[first-class function]]s in a programming language.