Famous Quotes & Sayings

Edsger Dijkstra Quotes & Sayings

Enjoy the top 87 famous quotes, sayings and quotations by Edsger Dijkstra.

Share on Facebook Share on Twitter Share on Google+ Pinterest Share on Linkedin

Famous Quotes By Edsger Dijkstra

Edsger Dijkstra Quotes 1995423

The purpose of abstraction is not to be vague, but to create a new semantic level in which one can be absolutely precise. — Edsger Dijkstra

Edsger Dijkstra Quotes 306909

Yes, I share your concern: how to program well -though a teachable topic- is hardly taught. The situation is similar to that in mathematics, where the explicit curriculum is confined to mathematical results; how to do mathematics is something the student must absorb by osmosis, so to speak. One reason for preferring symbol-manipulating, calculating arguments is that their design is much better teachable than the design of verbal/pictorial arguments. Large-scale introduction of courses on such calculational methodology, however, would encounter unsurmoutable political problems. — Edsger Dijkstra

Edsger Dijkstra Quotes 1472357

The art of programming is the art of organizing complexity. — Edsger Dijkstra

Edsger Dijkstra Quotes 1722233

[Though computer science is a fairly new discipline, it is predominantly based on the Cartesian world view. As Edsgar W. Dijkstra has pointed out] A scientific discipline emerges with the - usually rather slow! - discovery of which aspects can be meaningfully 'studied in isolation for the sake of their own consistency. — Edsger Dijkstra

Edsger Dijkstra Quotes 1725599

Why has elegance found so little following? That is the reality of it. Elegance has the disadvantage, if that's what it is, that hard work is needed to achieve it and a good education to appreciate it. — Edsger Dijkstra

Edsger Dijkstra Quotes 1045772

APL is a mistake, carried through to perfection. It is the language of the future for the programming techniques of the past: it creates a new generation of coding bums. — Edsger Dijkstra

Edsger Dijkstra Quotes 625499

Mentally mutilated potential programmers beyond hope of regeneration. — Edsger Dijkstra

Edsger Dijkstra Quotes 459324

Please don't fall into the trap of believing that I am terribly dogmatical about [the goto statement]. I have the uncomfortable feeling that others are making a religion out of it, as if the conceptual problems of programming could be solved by a single trick, by a simple form of coding discipline! — Edsger Dijkstra

Edsger Dijkstra Quotes 576461

FORTRAN, the infantile disorder, by now nearly 20 years old, is hopelessly inadequate for whatever computer application you have in mind today: it is now too clumsy, too risky, and too expensive to use. — Edsger Dijkstra

Edsger Dijkstra Quotes 2225947

We must be very careful when we give advice to younger people: sometimes they follow it! — Edsger Dijkstra

Edsger Dijkstra Quotes 1164236

Object-oriented programming is an exceptionally bad idea which could only have originated in California. — Edsger Dijkstra

Edsger Dijkstra Quotes 689991

It is not the task of the University to offer what society asks for, but to give what society needs. — Edsger Dijkstra

Edsger Dijkstra Quotes 2097175

The required techniques of effective reasoning are pretty formal, but as long as programming is done by people that don't master them, the software crisis will remain with us and will be considered an incurable disease. And you know what incurable diseases do: they invite the quacks and charlatans in, who in this case take the form of Software Engineering gurus. — Edsger Dijkstra

Edsger Dijkstra Quotes 571141

Computer science has as much to do with computers as astronomy has to do with telescopes. — Edsger Dijkstra

Edsger Dijkstra Quotes 1746146

As a slow-witted human being I have a very small head and I had better learn to live with it and to respect my limitations and give them full credit, rather than to try to ignore them, for the latter vain effort will be punished by failure. — Edsger Dijkstra

Edsger Dijkstra Quotes 97538

When we take the position that it is not only the programmer's responsibility to produce a correct program but also to demonstrate its correctness in a convincing manner, then the above remarks have a profound influence on the programmer's activity: the object he has to produce must be usefully structured. — Edsger Dijkstra

Edsger Dijkstra Quotes 1674911

Our intellectual powers are rather geared to master static relations and that our powers to visualize processes evolving in time are relatively poorly developed. For that reason we should do (as wise programmers aware of our limitations) our utmost to shorten the conceptual gap between the static program and the dynamic process, to make the correspondence between the program (spread out in text space) and the process (spread out in time) as trivial as possible. — Edsger Dijkstra

Edsger Dijkstra Quotes 241962

Are you quite sure that all those bells and whistles, all those wonderful facilities of your so called powerful programming languages, belong to the solution set rather than the problem set? — Edsger Dijkstra

Edsger Dijkstra Quotes 1726506

Aim for brevity while avoiding jargon. — Edsger Dijkstra

Edsger Dijkstra Quotes 247323

If debugging is the process of removing software bugs, then programming must be the process of putting them in. — Edsger Dijkstra

Edsger Dijkstra Quotes 250197

Teaching COBOL ought to be regarded as a criminal act. — Edsger Dijkstra

Edsger Dijkstra Quotes 1699135

In the wake of the Cultural Revolution and now of the recession I observe a mounting pressure to co-operate and to promote "teamwork". For its anti-individualistic streak, such a drive is of course highly suspect; some people may not be so sensitive to it, but having seen the Hitlerjugend in action suffices for the rest of your life to be very wary of "team spirit". Very. — Edsger Dijkstra

Edsger Dijkstra Quotes 1690077

I would therefore like to posit that computing's central challenge, how not to make a mess of it, has not yet been met. — Edsger Dijkstra

Edsger Dijkstra Quotes 1688599

Perfecting oneself is as much unlearning as it is learning. — Edsger Dijkstra

Edsger Dijkstra Quotes 1676544

The problems of the real world are primarily those you are left with when you refuse to apply their effective solutions. — Edsger Dijkstra

Edsger Dijkstra Quotes 1790758

John von Neumann draws attention to what seemed to him a contrast. He remarked that for simple mechanisms, it is often easier to describe how they work than what they do, while for more complicated mechanisms, it is usually the other way around. — Edsger Dijkstra

Edsger Dijkstra Quotes 1620633

In their capacity as a tool, computers will be but a ripple on the surface of our culture. In their capacity as intellectual challenge, they are without precedent in the cultural history of mankind. — Edsger Dijkstra

Edsger Dijkstra Quotes 1597230

In this respect a program is like a poem: you cannot write a poem without writing it. Yet people talk about programming as if it were a production process and measure "programmer productivity" in terms of "number of lines of code produced". In so doing they book that number on the wrong side of the ledger: we should always refer to "the number of lines of code spent". — Edsger Dijkstra

Edsger Dijkstra Quotes 1596990

If in physics there's something you don't understand, you can always hide behind the uncharted depths of nature. You can always blame God. You didn't make it so complex yourself. But if your program doesn't work, there is no one to hide behind. You cannot hide behind an obstinate nature. If it doesn't work, you've messed up. — Edsger Dijkstra

Edsger Dijkstra Quotes 1593463

The lurking suspicion that something could be simplified is the world's richest source of rewarding challenges. — Edsger Dijkstra

Edsger Dijkstra Quotes 1544547

Too few people recognize that the high technology so celebrated today is essentially a mathematical technology. — Edsger Dijkstra

Edsger Dijkstra Quotes 1497430

Teaching to unsuspecting youngsters the effective use of formal methods is one of the joys of life because it is so extremely rewarding. — Edsger Dijkstra

Edsger Dijkstra Quotes 1484676

About the use of language: it is impossible to sharpen a pencil with a blunt axe. It is equally vain to try to do it with ten blunt axes instead. — Edsger Dijkstra

Edsger Dijkstra Quotes 432228

I don't need to waste my time with a computer just because I am a computer scientist. — Edsger Dijkstra

Edsger Dijkstra Quotes 2032314

Write a paper promising salvation, make it a structured something or a virtual something, or abstract, distributed or higher-order or applicative and you can almost be certain of having started a new cult. — Edsger Dijkstra

Edsger Dijkstra Quotes 83519

In passing I draw attention to another English expression which often occurs in Dutch texts: "the real world". In Dutch - and I am afraid not in Dutch alone - its usage is almost always a symptom of a violent anti-intellectualism. — Edsger Dijkstra

Edsger Dijkstra Quotes 2225875

Beauty is our business. — Edsger Dijkstra

Edsger Dijkstra Quotes 2115358

Much of the excitement we get out of our work is that we don't really know what we are doing. — Edsger Dijkstra

Edsger Dijkstra Quotes 140491

There is very little point in trying to urge the world to mend its ways as long as that world is still convinced that its ways are perfectly adequate. — Edsger Dijkstra

Edsger Dijkstra Quotes 2093345

PL/1, the fatal disease, belongs more to the problem set than to the solution set. — Edsger Dijkstra

Edsger Dijkstra Quotes 2091117

Don't compete with me: firstly, I have more experience, and secondly, I have chosen the weapons. — Edsger Dijkstra

Edsger Dijkstra Quotes 2064100

Production speed is severely slowed down if one works with half-time people who have other obligations as well. This is at least a factor of four; probably it is worse. — Edsger Dijkstra

Edsger Dijkstra Quotes 2050242

The question of whether computers can think is like the question of whether submarines can swim. — Edsger Dijkstra

Edsger Dijkstra Quotes 1406160

If we wish to count lines of code, we should not regard them as 'lines produced' but as 'lines spent.' — Edsger Dijkstra

Edsger Dijkstra Quotes 2001099

Thank goodness we don't have only serious problems, but ridiculous ones as well. — Edsger Dijkstra

Edsger Dijkstra Quotes 215614

The traditional mathematician recognizes and appreciates mathematical elegance when he sees it. I propose to go one step further, and to consider elegance an essential ingredient of mathematics: if it is clumsy, it is not mathematics. — Edsger Dijkstra

Edsger Dijkstra Quotes 1912629

Programming is one of the most difficult branches of applied mathematics; the poorer mathematicians had better remain pure mathematicians. — Edsger Dijkstra

Edsger Dijkstra Quotes 1891605

... what society overwhelmingly asks for is snake oil. Of course, the snake oil has the most impressive names - otherwise you would be selling nothing - like "Structured Analysis and Design", "Software Engineering", "Maturity Models", "Management Information Systems", "Integrated Project Support Environments" "Object Orientation" and "Business Process Re-engineering". — Edsger Dijkstra

Edsger Dijkstra Quotes 1872050

A convincing demonstration of correctness being impossible as long as the mechanism is regarded as a black box, our only hope lies in not regarding the mechanism as a black box. — Edsger Dijkstra

Edsger Dijkstra Quotes 1865313

Brainpower is by far our scarcest resource. — Edsger Dijkstra

Edsger Dijkstra Quotes 1861616

In the good old days physicists repeated each other's experiments, just to be sure. Today they stick to FORTRAN, so that they can share each other's programs, bugs included. — Edsger Dijkstra

Edsger Dijkstra Quotes 1844659

I mentioned the non-competitive spirit explicitly, because these days, excellence is a fashionable concept. But excellence is a competitive notion, and that is not what we are heading for: we are heading for perfection. — Edsger Dijkstra

Edsger Dijkstra Quotes 478697

We are all shaped by the tools we use, in particular: the formalisms we use shape our thinking habits, for better or for worse, and that means that we have to be very careful in the choice of what we learn and teach, for unlearning is not really possible. — Edsger Dijkstra

Edsger Dijkstra Quotes 939919

Experience does by no means automatically leads to wisdom and understanding. — Edsger Dijkstra

Edsger Dijkstra Quotes 903234

The students that, like the wild animal being prepared for its tricks in the circus called 'life', expects only training as sketched above, will be severely disappointed: by his standards he will learn next to nothing. — Edsger Dijkstra

Edsger Dijkstra Quotes 833333

The tools we use have a profound and devious influence on our thinking habits, and therefore on our thinking abilities. — Edsger Dijkstra

Edsger Dijkstra Quotes 807773

Don't blame me for the fact that competent programming, as I view it as an intellectual possibility, will be too difficult for the average programmer, you must not fall into the trap of rejecting a surgical technique because it is beyond the capabilities of the barber in his shop around the corner. — Edsger Dijkstra

Edsger Dijkstra Quotes 760196

The competent programmer is fully aware of the limited size of his own skull. He therefore approaches his task with full humility, and avoids clever tricks like the plague. — Edsger Dijkstra

Edsger Dijkstra Quotes 754694

Probably I am very naive, but I also think I prefer to remain so, at least for the time being and perhaps for the rest of my life. — Edsger Dijkstra

Edsger Dijkstra Quotes 742347

The effective exploitation of his powers of abstraction must be regarded as one of the most vital activities of a competent programmer. — Edsger Dijkstra

Edsger Dijkstra Quotes 706325

Beware of "the real world". A speaker's apeal to it is always an invitation not to challenge his tacit assumptions. — Edsger Dijkstra

Edsger Dijkstra Quotes 994862

The ability of discerning high quality unavoidably implies the ability of identifying shortcomings. — Edsger Dijkstra

Edsger Dijkstra Quotes 689075

So-called "natural language" is wonderful for the purposes it was created for, such as to be rude in, to tell jokes in, to cheat or to make love in (and Theorists of Literary Criticism can even be content-free in it), but it is hopelessly inadequate when we have to deal unambiguously with situations of great intricacy, situations which unavoidably arise in such activities as legislation, arbitration, mathematics or programming. — Edsger Dijkstra

Edsger Dijkstra Quotes 668214

Mathematicians are like managers - they want improvement without change. — Edsger Dijkstra

Edsger Dijkstra Quotes 658992

Industry suffers from the managerial dogma that for the sake of stability and continuity, the company should be independent of the competence of individual employees. — Edsger Dijkstra

Edsger Dijkstra Quotes 657933

I think of the company advertising "Thought Processors" or the college pretending that learning BASIC suffices or at least helps, whereas the teaching of BASIC should be rated as a criminal offence: it mutilates the mind beyond recovery. — Edsger Dijkstra

Edsger Dijkstra Quotes 642473

In the software business there are many enterprises for which it is not clear that science can help them; that science should try is not clear either. — Edsger Dijkstra

Edsger Dijkstra Quotes 526740

The effort of using machines to mimic the human mind has always struck me as rather silly. I would rather use them to mimic something better. — Edsger Dijkstra

Edsger Dijkstra Quotes 590240

If there is one 'scientific' discovery I am proud of, it is the discovery of the habit of writing without publication in mind. — Edsger Dijkstra

Edsger Dijkstra Quotes 582861

When I came back from Munich, it was September, and I was Professor of Mathematics at the Eindhoven University of Technology. Later I learned that I had been the Department's third choice, after two numerical analysts had turned the invitation down; the decision to invite me had not been an easy one, on the one hand because I had not really studied mathematics, and on the other hand because of my sandals, my beard and my "arrogance" (whatever that may be). — Edsger Dijkstra

Edsger Dijkstra Quotes 1223130

When building sand castles on the beach, we can ignore the waves but should watch the tide. — Edsger Dijkstra

Edsger Dijkstra Quotes 1375800

Some consider the puzzles that are created by their omissions as spicy challenges, without which their texts would be boring; others shun clarity lest their work is considered trivial. — Edsger Dijkstra

Edsger Dijkstra Quotes 1345633

It used to be the program's purpose to instruct our computers; it became the computer's purpose to execute our programs. — Edsger Dijkstra

Edsger Dijkstra Quotes 1338396

Lisp has jokingly been called "the most intelligent way to misuse a computer". I think that description is a great compliment because it transmits the full flavor of liberation: it has assisted a number of our most gifted fellow humans in thinking previously impossible thoughts. — Edsger Dijkstra

Edsger Dijkstra Quotes 1327635

When we had no computers, we had no programming problem either. When we had a few computers, we had a mild programming problem. Confronted with machines a million times as powerful, we are faced with a gigantic programming problem. — Edsger Dijkstra

Edsger Dijkstra Quotes 1321616

There should be no such thing as boring mathematics. — Edsger Dijkstra

Edsger Dijkstra Quotes 1312806

Several people have told me that my inability to suffer fools gladly is one of my main weaknesses. — Edsger Dijkstra

Edsger Dijkstra Quotes 1301249

A programming language is a tool that has profound influence on our thinking habits. — Edsger Dijkstra

Edsger Dijkstra Quotes 1259334

It is a mistake to think that programmers wares are programs. Programmers have to produce trustworthy solutions and present it in the form of cogent arguments. Programs source code is just the accompanying material to which these arguments are to be applied to. — Edsger Dijkstra

Edsger Dijkstra Quotes 561540

We shall do a much better programming job, provided that we approach the task with a full appreciation of its tremendous difficulty, provided that we stick to modest and elegant programming languages, provided that we respect the intrinsic limitations of the human mind and approach the task as Very Humble Programmers. — Edsger Dijkstra

Edsger Dijkstra Quotes 1199564

Thanks to the greatly improved possibility of communication, we overrate its importance. Even stronger, we underrate the importance of isolation. — Edsger Dijkstra

Edsger Dijkstra Quotes 1192305

The use of anthropomorphic terminology forces you linguistically to adopt an operational view. And it makes it practically impossible to argue about programs independently of their being executed. — Edsger Dijkstra

Edsger Dijkstra Quotes 1173909

Many mathematicians derive part of their self-esteem by feeling themselves the proud heirs of a long tradition of rational thinking; I am afraid they idealize their cultural ancestors. — Edsger Dijkstra

Edsger Dijkstra Quotes 437213

Elegance is not a dispensable luxury but a factor that decides between success and failure. — Edsger Dijkstra

Edsger Dijkstra Quotes 1055599

If you want more effective programmers, you will discover that they should not waste their time debugging, they should not introduce the bugs to start with. — Edsger Dijkstra

Edsger Dijkstra Quotes 455037

The prisoner falls in love with his chains. — Edsger Dijkstra

Edsger Dijkstra Quotes 1035240

The computing scientist's main challenge is not to get confused by the complexities of his own making. — Edsger Dijkstra