flâneur — a map of the web's best reading

Lambda lifting

en.wikipedia.org · 23,135 words · saved by 1 readers

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;

Lambda lifting - Wikipedia Jump to content From Wikipedia, the free encyclopedia Globalization meta-process 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 (subroutine) 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. The term "lambda lifting" was first introduced by Thomas Johnsson around 1982 and wa

Explore this link on the map →

related reading