Cost Quote by Alan Perlis
“A LISP programmer knows the value of everything, but the cost of nothing.”
About This Quote
Source Quote: Likely from a talk or article on programming, date unknown
A LISP programmer values all data equally, yet may overlook the cost of computation.
In simple terms: Programmers value data but ignore computational cost.
Balance data value with performance considerations.
Themes
Mood
Type
When to use this quote
- software development
- algorithm optimization
- educational settings
Key Concepts
Questions to Reflect On
- How do you assess the cost of a data structure?
- When should performance outweigh completeness?
Focusing solely on data can lead to inefficient code.