Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ucbcad!zen!cory.Berkeley.EDU!schung From: schung@cory.Berkeley.EDU (Stephen the Greatest) Newsgroups: comp.sys.apple Subject: Re: Reply. Message-ID: <2620@zen.berkeley.edu> Date: Sat, 23-May-87 12:15:43 EDT Article-I.D.: zen.2620 Posted: Sat May 23 12:15:43 1987 Date-Received: Sun, 24-May-87 00:37:39 EDT References: <8705221726.aa07174@VGR.BRL.ARPA> Sender: news@zen.berkeley.edu Reply-To: schung@cory.Berkeley.EDU (Stephen the Greatest) Distribution: world Organization: University of California, Berkeley Lines: 14 C is near-God in Berkeley, and I have been using it intensively. Personally, I think the design of C deserves a Nobel Price for Computer Science. The structure and syntax is so clean, and it is reasonably high-level for comfortable programming as well as reasonably low-level for real wizard works. Also, C is almost a one-to-one correspondence to assembly language (such as i++ and i-- for INC and DEC instructions, the use of pointers, arrays implemented as pointers, function value returns etc.) When you REALLY sit down and think about the design of C, you will realize how beautiful (and how incredibly superior to Pascal and Ada) it is. - Stephen