Functions Quote by Eric Freeman
““You can’t send functions:””
About This Quote
Source Interview: “You can’t send functions” comment (Tech Talk, 2008)
Programming languages often lack first‑class function passing, limiting abstraction and flexibility.
In simple terms: Some languages can’t pass functions.
Choose languages supporting higher‑order functions.
Themes
Mood
Type
When to use this quote
- web development
- API design
- educational curricula
Key Concepts
Questions to Reflect On
- Why is function passing valuable?
- What alternatives exist?
Not all environments need function passing.