Attention Quote by Alan Perlis
“A programming language is low level when its programs require attention to the irrelevant.”
About This Quote
Source Book: Epigrams on Programming, 1979
A language is low‑level if it forces programmers to manage irrelevant details, hindering abstraction.
In simple terms: Low‑level languages demand unnecessary detail.
Choose higher‑level abstractions.
Themes
Mood
Type
When to use this quote
- software architecture
- education
- systems programming
Key Concepts
Questions to Reflect On
- When is low‑level control essential?
- How do you balance abstraction with performance?
Higher abstraction may obscure performance control.