01 JAN 2010 by ideonexus

 Computer Programmers Master 10 Orders of Complexity

In computer programming our basic building block has an associated time grain of less than a microsecond, but our program may take hours of computation time. I do not know of any other technology covering a ratio of 10^10 or more: the computer, by virtue of its fantastic speed, seems to be the first to provide us with an environment where highly hierarchical artefacts are both possible and necessary. This challenge, viz. the confrontation with the programming task, is so unique that this nove...
  1  notes
From Edsger W. Dijkstra: