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 X-Google-Thread: 103376,971aa11c293c3db1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-18 01:59:29 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!195.27.83.146!news-FFM2.ecrc.net!news.iks-jena.de!lutz From: lutz@iks-jena.de (Lutz Donnerhacke) Newsgroups: comp.lang.ada Subject: Re: Ada The Best Language? Date: Wed, 18 Jul 2001 08:58:53 +0000 (UTC) Organization: IKS GmbH Jena Message-ID: References: <3B59EE1C@MailAndNews.com> NNTP-Posting-Host: taranis.iks-jena.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: branwen.iks-jena.de 995446733 4582 217.17.192.37 (18 Jul 2001 08:58:53 GMT) X-Complaints-To: usenet@iks-jena.de NNTP-Posting-Date: Wed, 18 Jul 2001 08:58:53 +0000 (UTC) User-Agent: slrn/0.9.6.3 (Linux) Xref: archiver1.google.com comp.lang.ada:10133 Date: 2001-07-18T08:58:53+00:00 List-Id: * Gerhard H�ring wrote: >On Wed, 18 Jul 2001 04:43:59 -0400, Vinzent Hoefler wrote: >>Original Message From codesavvy@aol.com (codesavvy) >>>What class(es) of programming problems does Ada >>>solve that C++ can't? >> >>What programming problems does C++ solve that Assembly language can't? > >OOP. Generic programming. Programming in the large. ... That's all possible with asm, too: - OOP is a design concept which can be easily implemented in asm by applying a well thought structure to data entities. - Generic programming is directly supported by macros. OTOH commiting data strutures to a consistent level of indirection, generic algorithms instantiated only once are no problem. - Editors supporting Folding and assembler supporting multiple source files allow very large programms. All done on my C64.