Continuation Quote by Guy Steele
“The continuation that obeys only obvious stack semantics, O grasshopper, is not the true continuation.”
About This Quote
Source Talk: Programming Language Design, 1990s
A continuation that follows only simple stack rules lacks true computational power.
In simple terms: Simple stack continuations are limited.
Seek deeper control flow mechanisms.
Themes
Mood
Type
When to use this quote
- compiler design
- language implementation
- advanced programming
- software engineering
Key Concepts
Questions to Reflect On
- How do you handle non‑stack‑based control flow?
- What are the trade‑offs of advanced continuations?
Complex continuations may be harder to reason about.