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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,11414a19b0e4a97a X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!feeder3.cambriumusenet.nl!feed.tweaknews.nl!138.195.8.3.MISMATCH!news.ecp.fr!aioe.org!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: Advice on selling Ada to a C shop Date: Sun, 20 Jun 2010 00:40:33 -0700 Organization: Aioe.org NNTP Server Message-ID: References: <101bf8f3-b823-45ee-9afd-40cbafb4b7a9@t26g2000prt.googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: c00eBs/j4mUkprxQFmXQpg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5 Xref: g2news1.google.com comp.lang.ada:11831 Date: 2010-06-20T00:40:33-07:00 List-Id: On 6/20/2010 12:00 AM, J-P. Rosen wrote: > usenet@scriptoriumdesigns.com a �crit : >> So, what points would you emphasize to each (manager, programmers) to >> make the Ada sale? I've read a lot of the advocacy and I think I have >> a fair handle on it, but I'd still like other viewpoints, and perhaps >> even examples of such a successful switch. >> > Theory will never impress a manager. Examples will. For example, it has > recently been quoted here the case of Meteor (parisian metro), in use > since 1998, and whose software is still in version 1.0: no problem > discovered in 12 years of usage. > > I also remember an example from a SIGAda conference (no reference at > hand, does someone remember?) about a system in a Boeing airplane, which > was doubly written in C and Ada for reasons of diversification. The C > system had several major upgrades, while the Ada one worked flawlessly. Showing examples are one excellent way to illustrate Ada advantage over C. But I think what is needed are small coding examples, where each case shows clearly an advantage of Ada over C. Coders like to see code. Seeing small actual code examples, side-by-side, showing clearly that the Ada way is better than the C way, and why that is, will let the code speak for itself. But these examples have to be written by someone who is both an expert in Ada and C to be fair. There is another thing to overcome: many of the Ada advantages starts to show up when one is doing programming in-the-large, and this is hard to sell to someone who mostly thinks at the function level (the so called coders here?) instead of at the system level as well. --Nasser