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.2 required=5.0 tests=BAYES_00,PLING_QUERY, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,b6d862eabdeb1fc4 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!feeder.erje.net!news.mixmin.net!aioe.org!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: Ada noob here! Is Ada widely used? Date: Sat, 05 Jun 2010 01:04:52 -0700 Organization: Aioe.org NNTP Server Message-ID: References: <0e88de66-128c-48fd-9b9f-fdb4357f318a@z17g2000vbd.googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: MOc+zCmAn9OYd2RtD/y8oA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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.9) Gecko/20100317 Thunderbird/3.0.4 Xref: g2news1.google.com comp.lang.ada:11299 Date: 2010-06-05T01:04:52-07:00 List-Id: On 5/20/2010 11:49 AM, Gautier write-only wrote: > On May 20, 2:53 pm, Duke Normandin wrote: > > >> and in what area(s) does it excel, e.g. data processing, number crunching, graphics, etc? > > It is excellent in these areas, and probably in many others... > _________________________________________________________ I think the fact that complex numbers are not a build-in primitive data type in Ada makes it bit harder to use for number crunching. Fortran, for example, had complex numbers build into the language. I wonder why the orginal designers did not add complex data type to the design of Ada. Other than that, I think Ada would be a very good choice for number crunching, but from what I see, it is very little used in this area. --Nasser