summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-12 11:48:04 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-12 11:48:04 -0400
commitd47b731a7f77ac37967491562b7f5631a83f1510 (patch)
tree209231fb9971fbc089e572ccd801ad847928eb65
parent498dfd88dcf42f190122f2b8b01330f2c6b6430a (diff)
add the spirit of C
-rw-r--r--quotes8
-rw-r--r--quotes.raw8
2 files changed, 16 insertions, 0 deletions
diff --git a/quotes b/quotes
index ce5dd02..f4c617d 100644
--- a/quotes
+++ b/quotes
@@ -17,3 +17,11 @@ under 10 seconds, you're either a crappy typist or *you shouldn't be
programming*.
-- Brook Monroe, https://medium.com/p/b0b09bb11798/
+%
+The Spirit of C:
+ (a) Trust the programmer.
+ (b) Don't prevent the programmer from doing what needs to be done.
+ (c) Keep the language small and simple.
+ (d) Provide only one way to do an operation.
+ (e) Make it fast, even if it is not guaranteed to be portable.
+ (f) Make support for safety and security demonstrable.
diff --git a/quotes.raw b/quotes.raw
index 2da0fe8..40aef9a 100644
--- a/quotes.raw
+++ b/quotes.raw
@@ -8,3 +8,11 @@ The first method is far more difficult. It demands the same skill, devotion, ins
If you can't write a function to determine if a given integral input is odd in under 10 seconds, you're either a crappy typist or *you shouldn't be programming*.
-- Brook Monroe, https://medium.com/p/b0b09bb11798/
+%
+The Spirit of C:
+ (a) Trust the programmer.
+ (b) Don't prevent the programmer from doing what needs to be done.
+ (c) Keep the language small and simple.
+ (d) Provide only one way to do an operation.
+ (e) Make it fast, even if it is not guaranteed to be portable.
+ (f) Make support for safety and security demonstrable.