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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,971aa11c293c3db1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-18 08:49:51 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!diablo.netcom.net.uk!netcom.net.uk!news1.ebone.net!news.ebone.net!lnewspeer00.lnd.ops.eu.uu.net!lnewspeer01.lnd.ops.eu.uu.net!emea.uu.net!newsfeed.siemens.de!news.mch.sbs.de!not-for-mail From: Alfred Hilscher Newsgroups: comp.lang.ada Subject: Re: Ada The Best Language? Date: Wed, 18 Jul 2001 17:49:46 +0200 Organization: Siemens AG Message-ID: <3B55B01A.DAC06D79@icn.siemens.de> References: <5be89e2f.0107170838.c71ad61@posting.google.com> <5be89e2f.0107180235.726d46a8@posting.google.com> NNTP-Posting-Host: 139.21.122.158 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:10166 Date: 2001-07-18T17:49:46+02:00 List-Id: codesavvy wrote: > > substantial increase in productivity or it should solve a class(es) of > programming problems that another language can't. I know the second > reason doesn't necessarily mean the language is vastly superior for > all programming problems but it is something to consider. There may > be some studies that show developers to be significantly more > productive. If there are I would be interested in reviewing such > studies. Also I would be interested in those programming problems > that Ada 95 solves that C++ can't. How do _you_ write multitasking/multithreading applications in C++ ? With a lot (really a lot) of system calls ? Very, very portable ;-) Or by using a specialised Library ? Portable ? Readable ? And - some of the "big" features of C++ like exception handling were copied from Ada.