Penguin

Differences between version 17 and previous revision of C.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 17 Last edited on Friday, January 23, 2004 2:05:50 am by StuartYeates Revert
Older page: version 16 Last edited on Sunday, January 11, 2004 11:47:49 am by JohnMcPherson Revert
@@ -1,7 +1,7 @@
 One of the most widely recognised [ProgrammingLanguage]s in the world. 
  
-It was designed by DennisRitchie (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 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. 
  
 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):