1 <!DOCTYPE HTML PUBLIC
"-//W3O//DTD W3 HTML 2.0//EN">
2 <!-- This collection of hypertext pages is Copyright 1995, 1996 by Steve Summit. -->
3 <!-- This material may be freely redistributed and used -->
4 <!-- but may not be republished or sold without permission. -->
7 <link rev=
"owner" href=
"mailto:scs@eskimo.com">
8 <link rev=
"made" href=
"mailto:scs@eskimo.com">
10 <link href=
"top.html" rev=precedes
>
11 <link href=
"sx2.html" rel=precedes
>
12 <link href=
"top.html" rev=subdocument
>
18 <p>You'll get some hint here that C has become a bit more formal
19 as it has ``grown up.''
20 That formality is appropriate,
21 and for the second edition of K
&R to acknowledge it is
23 and for any modern course in C programming to teach it is
25 Personally, I learned C before it had become quite so
26 formalized, and occasionally my traditional biases will leak
28 I'll try to admit it when they do.
29 </p><p>As the authors note,
30 C is a relatively small language,
35 C's small, unambitious feature set is a real advantage:
36 there's less to learn;
37 there isn't excess baggage in the way when you don't need it.
38 It can also be a disadvantage:
39 since it doesn't do everything for you,
40 there's a lot you have to do yourself.
41 (Actually, this is viewed by many as an additional advantage:
42 anything the language doesn't do for you,
43 it doesn't dictate to you, either,
44 so you're free to do that something however you want.)
48 <a href=
"top.html" rev=precedes
>prev
</a>
49 <a href=
"sx2.html" rel=precedes
>next
</a>
50 <a href=
"top.html" rev=subdocument
>up
</a>
51 <a href=
"top.html">top
</a>
54 This page by
<a href=
"http://www.eskimo.com/~scs/">Steve Summit
</a>
55 //
<a href=
"copyright.html">Copyright
</a> 1995,
1996
56 //
<a href=
"mailto:scs@eskimo.com">mail feedback
</a>