Skip to main content

Science Quote by Ken Thompson

"I wanted to separate data from programs, because data and instructions are very different"

About this Quote

Thompson’s line sounds like a mild design preference until you remember it was uttered by someone helping invent the modern operating system. “Separate data from programs” isn’t just tidiness; it’s a refusal to let computers pretend that everything is the same kind of thing simply because it can be represented as bits. He’s drawing a bright conceptual border: data is inert, descriptive; instructions are active, prescriptive. Mixing them isn’t only confusing for humans reading code - it invites machines to behave in ways humans didn’t mean.

The intent is engineering clarity with a moral edge. Thompson is insisting that software should make its own power legible. When code and data blur, you get programs that are harder to reason about, harder to secure, and easier to accidentally weaponize. The subtext, especially in the Unix/C lineage, is that simplicity is not aesthetic minimalism; it’s a strategy for survival at scale. Separate the nouns from the verbs and you get systems that can be composed, tested, swapped, and debugged without mystical side effects.

Context matters: Thompson’s era was one of tight memory, shared machines, and growing complexity. The separation he’s pointing to anticipates entire architectural doctrines: code/data segmentation, executable permissions, the Unix philosophy of plain-text interfaces, even today’s sandboxing and “data-only” formats designed to resist code injection. It’s an argument against cleverness as a default. Computers will happily execute whatever looks executable; Thompson is arguing we shouldn’t.

Quote Details

TopicCoding & Programming
More Quotes by Ken Add to List
I wanted to separate data from programs, because data and instructions are very different
Click to enlarge Portrait | Landscape

About the Author

Ken Thompson

Ken Thompson (born February 4, 1943) is a Scientist from USA.

29 more quotes available

View Profile

Similar Quotes