1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Description: Please find attached a patch to the computer datfiles to add
some more of Dennis Ritchie's quotes to the files. I found that there were
no quotes related to the C language and thought that it would be a nice way
to pay homage to the wizard the world recenty lost.
.
These quotes are taken from the Wikipedia as well as from some of the
interviews published in different years that are available online.
Author: Javier Fernandez-Sanguino Pena <jfs@computer.org>
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646379
Index: b/datfiles/computers
===================================================================
--- a/datfiles/computers 2012-07-07 05:48:45.000000000 +0200
+++ b/datfiles/computers 2012-07-07 05:51:00.000000000 +0200
@@ -5498,3 +5498,50 @@
%
Innovation distinguishes between a leader and a follower.
-- Steve Jobs (1955-2011)
+%
+UNIX is very simple, it just needs a genius to understand its simplicity.
+ -- Dennis Ritchie (1941-2011), creator of the C programming language and of
+ UNIX
+%
+C is quirky, flawed, and an enormous success.
+ -- Dennis Ritchie (1941-2011), creator of the C programming language and of
+ UNIX
+%
+C has "the power of assembly language and the convenience of... assembly
+language."
+ -- Dennis Ritchie (1941-2011), creator of the C programming language and of
+ UNIX
+%
+When I read commentary about suggestions for where C should go, I often think
+back and give thanks that it wasn't developed under the advice of a worldwide
+crowd.
+ -- Dennis Ritchie (1941-2011), creator of the C programming language and of
+ UNIX
+%
+To tell the truth, I don't know how Linus and his merry band manage so well --
+I couldn't have stood it with C.
+ -- Dennis Ritchie (1941-2011), creator of the C programming language and of
+ UNIX
+%
+I can't recall any difficulty in making the C language definition completely
+open -- any discussion on the matter tended to mention languages whose
+inventors tried to keep tight control, and consequent ill fate.
+ -- Dennis Ritchie (1941-2011), creator of the C programming language and of
+ UNIX
+%
+At least for the people who send me mail about a new language that they're
+designing, the general advice is: do it to learn about how to write a
+compiler. Don't have any expectations that anyone will use it, unless you hook
+up with some sort of organization in a position to push it hard. It's a
+lottery, and some can buy a lot of the tickets. There are plenty of beautiful
+languages (more beautiful than C) that didn't catch on. But someone does win
+the lottery, and doing a language at least teaches you something.
+ -- Dennis Ritchie (1941-2011), creator of the C programming language and of
+ UNIX
+%
+Software is much harder to change en masse than hardware. C++ and Java, say,
+are presumably growing faster than plain C, but I bet C will still be around.
+For infrastructure technology, C will be hard to displace.
+ -- Dennis Ritchie (1941-2011), creator of the C programming language and of
+ UNIX
+%
|