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,df1a7f1c3c3bc77e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!newspeer1.nwr.nac.net!newspeer.monmouth.com!newsswitch.lcs.mit.edu!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: An Ada Advice Inquiry Date: Tue, 08 May 2007 22:05:15 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <1178448459.256329.28590@n76g2000hsh.googlegroups.com> <1178480316.415370.194260@n76g2000hsh.googlegroups.com> <463ed042$1@news.post.ch> <1178527820.949652.143060@l77g2000hsb.googlegroups.com> <1g1r9ddu19ka7$.1kq3tc2btm98o.dlg@40tude.net> <1178542830.662912.295270@y5g2000hsa.googlegroups.com> <2825529.4NRNKvsDf2@linux1.krischik.com> <1178573171.037577.54370@u30g2000hsc.googlegroups.com> <1178612111.615658.14600@w5g2000hsg.googlegroups.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls4.std.com 1178676315 13417 192.74.137.71 (9 May 2007 02:05:15 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Wed, 9 May 2007 02:05:15 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:jYR4hwHrx3zd1kN7Vn2zQB7ZwyI= Xref: g2news1.google.com comp.lang.ada:15668 Date: 2007-05-08T22:05:15-04:00 List-Id: Justin Gombos writes: > On 2007-05-08, Maciej Sobczak wrote: >> On 8 Maj, 04:42, Justin Gombos wrote: >> >>> An Ada implementation is considerably more complex. >> >> This statement is inconsistent with the usual criticism of C++ as >> the most difficult to parse, with too many exceptions and >> self-conflicting standard. > > I would agree that C++ is more difficult to parse, but it's only > inconsistent with one element of the total effort. The parsing > difficulty is only a marginal factor... Yes, I agree that the parsing difficulties with C++ are a minor issue, compared to other things. There are well-known techniques (ugly kludges) for dealing with parsing of C++. Anyway, the parser is just a small part of an Ada or C++ compiler. - Bob