|
|
|
|
|
by dons
5284 days ago
|
|
In programming languages, generally: * Stack: "control stack" -- a structure that tracks the context of an evaluation "step" in the program * Heap: an environment that maps symbols to values (i.e a data structure that tracks the bindings of names to computations and results). |
|