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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 11232c,59ec73856b699922 X-Google-Attributes: gid11232c,public X-Google-Thread: fdb77,5f529c91be2ac930 X-Google-Attributes: gidfdb77,public X-Google-Thread: 103376,583275b6950bf4e6 X-Google-Attributes: gid103376,public X-Google-Thread: 1108a1,59ec73856b699922 X-Google-Attributes: gid1108a1,public X-Google-ArrivalTime: 2003-04-25 19:26:44 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed!enews.sgi.com!news.xtra.co.nz!53ab2750!not-for-mail From: "AG" Newsgroups: comp.lang.java.advocacy,comp.object,comp.lang.ada,misc.misc References: <8qkczsAcGcn+Ew83@nildram.co.uk> <3EA04A1E.CAFC1FEF@adaworks.com> <9fa75d42.0304221126.7112b7d5@posting.google.com> <9fa75d42.0304230439.55d28e70@posting.google.com> <9fa75d42.0304240503.54dbc5d1@posting.google.com> <9fa75d42.0304250937.36a7897e@posting.google.com> Subject: Re: the Ada mandate, and why it collapsed and died (was): 64 bit addressing and OOP X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: Date: Sat, 26 Apr 2003 14:27:04 +1200 NNTP-Posting-Host: 219.88.60.146 X-Complaints-To: newsadmin@xtra.co.nz X-Trace: news.xtra.co.nz 1051324003 219.88.60.146 (Sat, 26 Apr 2003 14:26:43 NZST) NNTP-Posting-Date: Sat, 26 Apr 2003 14:26:43 NZST Organization: Xtra Xref: archiver1.google.com comp.lang.java.advocacy:62691 comp.object:62039 comp.lang.ada:36585 misc.misc:13702 Date: 2003-04-26T14:27:04+12:00 List-Id: "Chad R. Meiners" wrote in message news:b8c07f$kot$1@msunews.cl.msu.edu... > > "soft-eng" wrote in message > news:9fa75d42.0304250937.36a7897e@posting.google.com... > > Then you will be able to > > make valid arguments on this. E.g. how much of > > the syntax of Java or VB the typical programmer > > knows. > > I have work on projects in both VB and Java. In both cases competent > programmers only knew subsets of the language's syntax. This subsetting did > not hamper the projects' success. Just to take on the VB claim up there. How many practicing VB programmers realise that this construct (subject to typos and such) is a perfectly valid syntax: select case true case a = b ... case a = c ... [omittting the alphabet] case a = z ... It will even work if used. > > > but most of the syntax > > is well understood by most programmers. Is it?