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=2.0 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,d1296b1e5055be50 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.84.38 with SMTP id v6mr1686497pay.7.1344319760638; Mon, 06 Aug 2012 23:09:20 -0700 (PDT) Path: g9ni2708417pbo.0!nntp.google.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!ctu-peer!news.nctu.edu.tw!goblin1!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: Ada folks need to talk to C++ folks more Date: Mon, 30 Jul 2012 19:59:47 -0500 Organization: Aioe.org NNTP Server Message-ID: References: <6d4fedca-1b2f-476f-a05e-6c379389128b@wt8g2000pbb.googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: 9ii5QNw33OfeoTzEH8w9ug.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-07-30T19:59:47-05:00 List-Id: On 7/30/2012 2:45 PM, wrp wrote: > > The gist of the comments is that only C++ has the combination of: > 1. Support for both programming in the large and low-level > control. (Ada has) > 2. Powerful tool support. (Is GNAT good enough?) > 3. Extensive useful libraries. (Depends on the field, but how > close is Ada?) > In the area of computation and numerics, it is not even close. C++ is used so much in this area now, even more than Fortran it seems. There are numerical libraries for anything you want in C++. Check for starter http://en.wikipedia.org/wiki/List_of_numerical_libraries Also from C++, one can call C very easily, so all the C numerical libraries are there for C++, and there is tons of those libraries around. I once send mail to the authors of the numerical recipes book asking them when will there be an Ada version. I actually got a reply back on this, I remember it was just a polite standard reply that there are looking at it, and this was many years ago, in the 90's I think, and we know there is no Ada version of numerical recipes and will never be. No market for it. I myself would rather be shot dead alive than use C/C++ for numerical work (I just hate pointers !) but C++ is very popular in this area. --Nasser