
Hints on Programming Language Design http://i.stanford.edu/pub/cstr/reports/cs/tr/73/403/CS-TR-73-403.pdf, December 1973.
The Emperor's Old Clothes
Hints on Programming Language Design http://i.stanford.edu/pub/cstr/reports/cs/tr/73/403/CS-TR-73-403.pdf, December 1973.
Interview with Mark Jason Dominus, April 7, 2005, January 17, 2011, The Perl Review, http://www.webcitation.org/5vo5J8kzO, January 17, 2011 http://www.theperlreview.com/Interviews/mjd-hop-20050407.html,
“Andy Warhol is the only genius I've ever known with an IQ of 60.”
Attacking critics of presidential candidate Barack Obama who contend that Obama hasn't endured the Civil Rights-era struggles that other black politicians have
[6 July 2007, http://blog.washingtonpost.com/capitol-briefing/2007/07/clyburn_takes_up_heavy_politic.html, "Clyburn Does Heavy Political Lifting for Dems", The Washington Post, 2007-07-24]
2000s, Speech at the Four Seasons, New York (25 September 2008)
As quoted in Management and the Computer of the Future (1962) by Sloan School of Management, p. 273
Context: We must include in any language with which we hope to describe complex data-processing situations the capability for describing data. We must also include a mechanism for determining the priorities to be applied to the data. These priorities are not fixed and are indicated in many cases by the data.
Thus we must have a language and a structure that will take care of the data descriptions and priorities, as well as the operations we wish to perform. If we think seriously about these problems, we find that we cannot work with procedures alone, since they are sequential. We need to define the problem instead of the procedures. The Language Structures Group of the Codasyl Committee has been studying the structure of languages that can be used to describe data-processing problems. The Group started out by trying to design a language for stating procedures, but soon discovered that what was really required was a description of the data and a statement of the relationships between the data sets. The Group has since begun writing an algebra of processes, the background for a theory of data processing.
Clearly, we must break away from the sequential and not limit the computers. We must state definitions and provide for priorities and descriptions of data. We must state relationships, not procedures.