comp.lang.ada
 help / color / mirror / Atom feed
From: Justin Gombos <rpbkbq.xax.gld@uluv.kbq>
Subject: Re: An Ada Advice Inquiry
Date: Wed, 09 May 2007 00:19:53 GMT
Date: 2007-05-09T00:19:53+00:00	[thread overview]
Message-ID: <Js80i.7738$pW5.3674@trnddc07> (raw)
In-Reply-To: 1178612111.615658.14600@w5g2000hsg.googlegroups.com

On 2007-05-08, Maciej Sobczak <see.my.homepage@gmail.com> wrote:
> On 8 Maj, 04:42, Justin Gombos <rpbkbq.xax....@uluv.kbq> 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 once you account for more
components of compiler production, like the runtime environment, and
the expressive power of the target language.

>> It takes one man year to produce a C++ compiler
>
> This statement is inconsistent with the usual criticism of C++ as
> the language that 9 years after the standard still doesn't have
> conforming compilers.

There's no inconsistency there, considering all the reasons why a C++
compiler might not conform to a standard beyond the effort of doing
so.  The first excuse that enters my mind is C++ compiler writers have
nowhere near the pressure that Ada compiler writers have to conform to
a standard.  The Ada market is very small, and an Ada compiler that
doesn't conform is nearly worthless.  And you said it yourself: C++ is
a self-conflicting standard.  That doesn't necessarily make the
compiler more complex, unless the authors choose to support multiple
conflicting rules and enable the user to choose between them - but
that's extra work it would be purely voluntary.

> It is also inconsistent with your expectation to get bug-free
> certified compilers. If making a C++ compiler is 10 times easier
> than the Ada one, then surely C++ compilers are more likely to
> produce high- quality code, no?

No.  Products produced using Ada achieve the most significant degree
of reliability not simply because the compiler is more correct, but
because the *language* enables developers to write correct high level
code.  Neglecting compiler induced errors, the C++ language alone
results in 3 times the defect rate of Ada code before the compiler
even touches it.  So the importance of a correct C++ compiler is
insulated by the fact that C++ is not the language of choice for
quality products.  The nature of Ada projects and the expectation of
the end products compell rigid conformance to standards to a much
higher degree.

> Apart from that, if you really think that 1m-y is enough to crank up
> the C++ compiler, why not start a company and sell one?

There are so many out there.  I would rather compete in a market with
less competition.  

-- 
PM instructions: do a C4esar Ciph3r on my address; retain punctuation.



  reply	other threads:[~2007-05-09  0:19 UTC|newest]

Thread overview: 95+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-04  3:01 An Ada Advice Inquiry adaworks
2007-05-04  2:23 ` ezkcdude
2007-05-04  4:15 ` tmoran
2007-05-04  5:47   ` Randy Brukardt
2007-05-04  8:47     ` roderick.chapman
2007-05-04 12:17       ` adaworks
2007-05-05  2:35         ` Fionn Mac Cumhaill
2007-05-06 10:50           ` Maciej Sobczak
2007-05-04 14:14       ` Sloan.Kohler
2007-05-04 12:16     ` adaworks
2007-05-04  4:57 ` Jeffrey R. Carter
2007-05-04  8:04 ` Maciej Sobczak
2007-05-04  8:40   ` Dmitry A. Kazakov
2007-05-04  9:08 ` Ludovic Brenta
2007-05-04 10:05   ` AW: " Grein, Christoph (Fa. ESG)
2007-05-04 11:41     ` Ludovic Brenta
2007-05-04 12:21     ` adaworks
2007-05-04 11:53       ` AW: " Grein, Christoph (Fa. ESG)
2007-05-04 12:18   ` adaworks
2007-05-04  9:22 ` Markus E Leypold
2007-05-05  5:55   ` adaworks
2007-05-06 16:21     ` Markus E Leypold
2007-05-04  9:52 ` xavier
2007-05-04 12:19   ` Maciej Sobczak
2007-05-04 12:19   ` adaworks
2007-05-04 13:59 ` Stephen Leake
2007-05-04 16:31   ` adaworks
2007-05-04 18:30     ` Pascal Obry
2007-05-04 19:10       ` Michael Bode
2007-05-04 19:22         ` Ed Falis
2007-05-04 20:22           ` Michael Bode
2007-05-04 20:51             ` Markus E Leypold
2007-05-04 21:57             ` Ed Falis
2007-05-04 22:24               ` Markus E Leypold
2007-05-05  9:59               ` Michael Bode
2007-05-05 11:37                 ` Markus E Leypold
2007-05-05 11:51                 ` Georg Bauhaus
2007-05-05 12:13                   ` Markus E Leypold
2007-05-05 12:30                   ` Michael Bode
2007-05-07  9:40                     ` Georg Bauhaus
2007-05-07 18:17                       ` Michael Bode
2007-05-07 19:39                         ` Georg Bauhaus
2007-05-04 20:03         ` Jeffrey Creem
2007-05-04 20:36           ` Michael Bode
2007-05-04 20:55           ` Markus E Leypold
2007-05-05 12:41             ` Jeffrey Creem
2007-05-05 13:24               ` Ed Falis
2007-05-05 13:31                 ` Ludovic Brenta
2007-05-05 13:40                   ` Michael Bode
2007-05-05 13:59                     ` Ludovic Brenta
2007-05-05 14:39                       ` Michael Bode
2007-05-05 14:04                   ` Ed Falis
2007-05-05 14:17                     ` Markus E Leypold
2007-05-05 14:13                 ` Markus E Leypold
2007-05-05 14:16                   ` Ed Falis
2007-05-05 14:07               ` Markus E Leypold
2007-05-04 21:16         ` adaworks
2007-05-05 23:47         ` Stephen Leake
2007-05-06 10:19           ` Michael Bode
2007-05-06 13:31           ` GNAT Professional machine code listings (was: An Ada Advice Inquiry) Larry Kilgallen
2007-05-06 14:50             ` GNAT Professional machine code listings Simon Wright
2007-05-06 15:26             ` GNAT Professional machine code listings (was: An Ada Advice Inquiry) adaworks
2007-05-04 19:59     ` An Ada Advice Inquiry Jeffrey Creem
2007-05-04 21:37       ` adaworks
2007-05-05 12:27       ` John McCormick
2007-05-05 12:45         ` Ludovic Brenta
2007-05-05 23:44     ` Stephen Leake
2007-05-06  5:00       ` adaworks
2007-05-06 10:47         ` Maciej Sobczak
2007-05-06 12:18           ` Dmitry A. Kazakov
2007-05-06 13:49             ` Pascal Obry
2007-05-06 15:47           ` adaworks
2007-05-06 15:20             ` Pascal Obry
2007-05-06 18:12               ` adaworks
2007-05-06 19:38             ` Maciej Sobczak
2007-05-07  7:07               ` Martin Krischik
2007-05-07  8:50                 ` Maciej Sobczak
2007-05-07  9:40                   ` Dmitry A. Kazakov
2007-05-07 13:00                     ` Maciej Sobczak
2007-05-07 13:58                       ` Dmitry A. Kazakov
2007-05-07 21:07                         ` Maciej Sobczak
2007-05-08  7:27                           ` Dmitry A. Kazakov
2007-05-07 16:12                       ` Martin Krischik
2007-05-07 18:38                         ` Markus E Leypold
2007-05-07 21:26                         ` Maciej Sobczak
2007-05-08  2:42                           ` Justin Gombos
2007-05-08  8:15                             ` Maciej Sobczak
2007-05-09  0:19                               ` Justin Gombos [this message]
2007-05-09  2:05                                 ` Robert A Duff
2007-05-08 10:50                             ` Markus E Leypold
2007-05-08 15:53                             ` Robert A Duff
2007-05-08 18:03                               ` Ludovic Brenta
2007-05-09  2:23                                 ` Robert A Duff
2007-05-08  6:36                           ` Martin Krischik
2007-05-08  8:32                             ` Maciej Sobczak
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox