Definition
A nested stack of functions that gets walked every time you access an entry — slow for big stacks.
In functional implementations of key-value stores, the linked chain of closures produced by representing the store as a function from key to value; access latency grows linearly with chain depth.