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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fe29a1488f32d75e X-Google-Attributes: gid103376,public From: Bill Keen Subject: Re: Ada -- a popular language? Date: 1997/04/13 Message-ID: <4L3+pLAi0UUzEwSY@marnhull.demon.co.uk>#1/1 X-Deja-AN: 234582307 Distribution: world X-NNTP-Posting-Host: marnhull.demon.co.uk References: <01bc45df$10fa6480$d27d8ea1@AaBbCcDd> <334DFB7D.2A96@aonix.com> Organization: Peninsula Products Newsgroups: comp.lang.ada Date: 1997-04-13T00:00:00+00:00 List-Id: In article <01bc479c$dc234320$22f482c1@xhv46.dial.pipex.com>, Nick Roberts writes >The true reason why Ada is not a very popularly used programming language >has nothing to do with the merits or demerits of the language, nor with the >preferences of programmers. It is almost entirely to do with the decisions >taken at a high level by managers whose decisions have little to do with >technicalities The slow takeoff of Ada also has to do with the cost of compilers. In the late eigthies we used to buy Ada cross compilers for many times the cost of the PCs we ran them on, and these were high spec PCs for those day. And the cost of compilers is dictated by mandatory validation. Apart from hiring a team of hotshots to write the compiler, and paying for the initial validation, the compiler vendors have to retain them to revalidate each time the ACVC is reissued. In the eighties this was an annual event, though it relaxed after 1991 (I think) to every 18 month. (I don't know the frequency of ACVC 2.x updates for Ada 95.) But the competition has no such handicap. If they'd given away free Ada compilers with every Unix box sold things might have developed on different lines. These days we can use GNAT for free, but not for commercial work. Customers tend to demand a validation certificate, and validated compilers still tend to cost a lot more than the competition. -- Bill Keen