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-Thread: 103376,de40179562eb508d X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,CP1252 Path: g2news1.google.com!postnews.google.com!bl1g2000vbb.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: Re: A scapegoat once again :( Date: Sun, 22 May 2011 02:47:37 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <9b0df7c4-e934-44ad-b388-19174df51343@r20g2000yqd.googlegroups.com> NNTP-Posting-Host: 85.1.207.56 Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1306057657 12158 127.0.0.1 (22 May 2011 09:47:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 22 May 2011 09:47:37 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: bl1g2000vbb.googlegroups.com; posting-host=85.1.207.56; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.57 Safari/534.24,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19370 Date: 2011-05-22T02:47:37-07:00 List-Id: On 20 mai, 17:13, Britt Snodgrass wrote: > Seen on DailyTech today: > > http://www.dailytech.com/F22+Upgrades+Over+Budget+and+Behind+Schedule... > > "The cause of the delay in delivery stems from the programming > language used called Ada. The Ada language was once a DoD standard, > but the use of the language has waned in the last 15 years. Analyst > Loren Thompson from the Lexington Institute said, "It tends to impede > quick upgrades to the system to which it is the base software." > > It=92s really sad and disturbing to read such an incorrect and > uninformed statement. How could Ada "impede quick upgrades" unless > they really mean that the coders they've been hiring recently are > intimidated by compiler warnings. If it can reassure you, I don't think the person behind that statement knows what a compiler warning is :-). It sounds more like standard "IT fashionista" speech from a not very technical person. Typically they want "long-lasting technologies", the "newest technology", and "quick upgrades" at the same time. They just cannot imagine that there could be a contradiction in all that. It would mean they have a knowledge of what makes a technology suitable for long-term projects. Fortunately, now that time is passing and IT is stabilizing, you can show with examples and nice Powerpoint slides why flashy technologies are not suitable for projects due to last for more than 5 years. In many cases, upgrades with MS technologies just don't work. In a recent case a few days ago (porting a legacy .NET+SQL software to a new server), the upgrade wizard stopped with a very verbose statement "Type mismatch". No more info, like for instance the location. Bye- bye. Fortunately I have made a replacement in Ada. So I was able to say: "Don't worry, we'll install the old MS framework since the software itself won't be updated; we have a replacement that avoids using technologies with programmed obsolescence." :-) G.