Hacker News new | ask | show | jobs
by steveklabnik 1293 days ago
The C standard does not use the term "stack," it uses the term "automatic storage duration."

The idea is to separate implementation from semantics.