Differences between version 19 and previous revision of C.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 19 | Last edited on Sunday, March 7, 2004 9:23:53 am | by AristotlePagaltzis | Revert |
Older page: | version 18 | Last edited on Wednesday, February 11, 2004 1:23:50 pm | by AristotlePagaltzis | Revert |
@@ -1,7 +1,7 @@
One of the most widely recognised [ProgrammingLanguage]s in the world.
-It was designed by DennisRitchie at [BellLabs]/[AT&T] (along with other famous people such as KenThompson and BrianKernighan) as the SystemsProgrammingLanguage
to write their portable [Unix] OperatingSystem in. It was originally derived from [BCPL] but evolved radically. [C] is a great SystemsProgrammingLanguage
, but blamed for many problems with applications which many complain it is unsuited for.
+It was designed by DennisRitchie at [BellLabs]/[AT&T] (along with other famous people such as KenThompson and BrianKernighan) as the systems ProgrammingLanguage
to write their portable [Unix] OperatingSystem in. It was originally derived from [BCPL] but evolved radically. [C] is a great systems ProgrammingLanguage
, but blamed for many problems with applications which many complain it is unsuited for.
The original version of [C] made many assumptions and led to [Lint] being written to check whether these assumptions were likely to be unsafe. Many of these assumptions were removed by [ANSI-C] and the remainder of [Lint]'s job merged into that of the compilers.
From fortune(6):