Language Quote by Alan Perlis
“In English every word can be verbed. Would that it were so in our programming languages.”
About This Quote
Highlights the flexibility of natural language versus the rigidity of programming syntax, suggesting a desire for more expressive code.
In simple terms: Natural language is more adaptable than code.
Code could benefit from linguistic flexibility.
Themes
Mood
Type
When to use this quote
- teaching programming
- designing new languages
- debugging
- writing documentation
- brainstorming algorithms
Key Concepts
Practical Applications
- designing DSLs
- improving code readability
Questions to Reflect On
- How can we make code more intuitive?
- What trade‑offs arise when making programming languages more natural?