From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c406e0c4a6eb74ed X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!HSNX.atgi.net!usenet.INS.cwru.edu!newsfeed.berkeley.edu!ucberkeley!agate.berkeley.edu!agate!not-for-mail From: David Gay Newsgroups: comp.lang.ada Subject: Re: ADA Popularity Discussion Request Date: 14 Sep 2004 13:17:34 -0700 Organization: University of California, Berkeley Message-ID: References: <49dc98cf.0408110556.18ae7df@posting.google.com> <413e2fbd$0$30586$626a14ce@news.free.fr> <1371289.WCcgO7lass@linux1.krischik.com> NNTP-Posting-Host: beryl.cs.berkeley.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: agate.berkeley.edu 1095193054 19299 128.32.112.185 (14 Sep 2004 20:17:34 GMT) X-Complaints-To: usenet@agate.berkeley.edu NNTP-Posting-Date: Tue, 14 Sep 2004 20:17:34 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Xref: g2news1.google.com comp.lang.ada:3735 Date: 2004-09-14T13:17:34-07:00 List-Id: Kilgallen@SpamCop.net (Larry Kilgallen) writes: > In article , Marius Amado Alves writes: > >>>FWIW, I believe the main factor of C success was (is) the simplicity of > >>>its semantics. > >> > >> It is certainly no simpler than Bliss, but much more popular. > > > > C is simpler. At least with respect to compilation. > > Presuming you mean simplicity of compiler design, that is irrelevant > to the belief statement, which was "simplicity of its semantics". I disagree completely. Without any other information, I would always assume that a language with simpler semantics would have a simpler compiler. Hence, a simpler compiler is a reasonable indicator of simpler semantics. This is, of course, not a direct link, as some semantic concepts might be harder to implement on actual hardware, but claiming there is no link is clearly wrong. -- David Gay dgay@acm.org