Quotes About C programming
The original version of C did not have structures. So to make tables of objects, process tables and file tables and this tables and that tables, it really was fairly painful.
~ Dennis Ritchie
BazillionQuotes.com
For infrastructure technology, C will be hard to displace.
~ Dennis Ritchie
BazillionQuotes.com
Thompson and Ritchie were among the first to realize that hardware and compiler technology had become good enough that an entire operating system could be written in C, and by 1978 the whole environment had been successfully ported to several machines of different types.
~ Eric S. Raymond
BazillionQuotes.com
Web servers are written in C, and if they're not, they're written in Java or C++, which are C derivatives, or Python or Ruby, which are implemented in C.
~ Rob Pike
BazillionQuotes.com
Pretty much everything on the web uses those two things: C and UNIX. The browsers are written in C. The UNIX kernel - that pretty much the entire Internet runs on - is written in C.
~ Rob Pike
BazillionQuotes.com
The first phase of C was - really, it was two phases in short succession of, first, some language changes from B, really adding the type structure without too much change in the syntax, and doing the compiler. The second phase was slower; it all took place within a very few years, but it was a bit slower, so it seemed.
~ Dennis Ritchie
BazillionQuotes.com
C is peculiar in a lot of ways, but it, like many other successful things, has a certain unity of approach that stems from development in a small group.
~ Dennis Ritchie
BazillionQuotes.com
The kind of programming that C provides will probably remain similar absolutely or slowly decline in usage, but relatively, JavaScript or its variants, or XML, will continue to become more central.
~ Dennis Ritchie
BazillionQuotes.com
In C there are no data structures: there are pointers and pointer arithmetic. So you have a pointer into a data structure.
~ James Gosling
BazillionQuotes.com
