Join us on IRC: #infoanarchy on irc.oftc.net — channel blog
Stack
From iA wiki
See also: Programming | Data structure | List
A LIFO data structure which can easily be implemented with a list or an array.
Computer memories have a section for stack data structures (used for activation records).

