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.0 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,4d3e59455e947c5e X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.180.205 with SMTP id bv13mr14311712qab.8.1343909856426; Thu, 02 Aug 2012 05:17:36 -0700 (PDT) Path: a15ni8136167qag.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!goblin3!goblin.stu.neva.ru!b.newsfeed.yosemite.net!i.newsfeed.yosemite.net!newsfeed.yosemite.net!news.glorb.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: francois_fabien@hotmail.com Newsgroups: comp.lang.ada Subject: Re: Suitability of Ada as a general-purpose language Date: Mon, 30 Jul 2012 06:04:31 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 109.190.25.159 Mime-Version: 1.0 X-Trace: posting.google.com 1343653937 29097 127.0.0.1 (30 Jul 2012 13:12:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 30 Jul 2012 13:12:17 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=109.190.25.159; posting-account=DAe9nQkAAAB9gkplHzkiZyyp2GkJ0X9B User-Agent: G2/1.0 X-Received-Bytes: 1518 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-30T06:04:31-07:00 List-Id: > Could you please share with me your insights regarding the pros and cons of choosing Ada in my case? > Pros : Modular/Strong typing/ Easy to make concurrent programming on multicore/True Portability on win-MacOS-Linux/Easy maintability because the langage is readable/Execution performance in line with the C langage. Cons : interface with databases is somewhat messy and requires personal investment. For a day-to-day business, I recommand GTK interface as User Interface.