Lambda lifting


English Wikipedia - The Free EncyclopediaDownload this dictionary
Lambda lifting
Lambda lifting is a meta-process that restructures a computer program so that functions are defined independently of each other in a global scope. An individual "lift" transforms a local function into a global function. It is a two step process, consisting of;
  • Eliminating free variables in the function by adding parameters.
  • Moving functions from a restricted scope to broader or global scope.

See more at Wikipedia.org...


© This article uses material from Wikipedia® and is licensed under the GNU Free Documentation License and under the Creative Commons Attribution-ShareAlike License