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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no 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-17 19:03:56 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!195.25.12.36!oleane.net!oleane!isdnet!news.internetia.pl!news.tpi.pl!not-for-mail From: taw@pb220.legnica.sdi.tpnet.pl (Tomasz Wegrzanowski) Newsgroups: comp.lang.ada Subject: Re: Ada The Best Language? Date: 18 Jul 2001 02:03:55 GMT Organization: tp.internet - http://www.tpi.pl Message-ID: <9j2qqb$qlu$1@news.tpi.pl> References: <5be89e2f.0107170838.c71ad61@posting.google.com> Reply-To: taw@users.sourceforge.net NNTP-Posting-Host: pb220.legnica.sdi.tpnet.pl X-Trace: news.tpi.pl 995421835 27326 213.25.230.220 (18 Jul 2001 02:03:55 GMT) X-Complaints-To: usenet@tpi.pl NNTP-Posting-Date: 18 Jul 2001 02:03:55 GMT User-Agent: slrn/0.9.7.1 (Linux) Xref: archiver1.google.com comp.lang.ada:10113 Date: 2001-07-18T02:03:55+00:00 List-Id: In article <5be89e2f.0107170838.c71ad61@posting.google.com>, codesavvy wrote: > How come it is not more widely accepted? The stuff I read here states > that it is because the rest of the world is stupid. From what I can > tell there is plenty of crappy code written in Ada. I think many who > share the view that Ada is the best programming language offering > significant advantages over other programming language might want to > re-think their positions. Well, this is a good question that I can't asnwer to. What are absolute positives and negatives of Ada ? Only practical ones of course, no "elegance" or "purity" ones, and no military/embeded-only ones, please. Some of negatives might be due to different design, and are only negatives from mainstream languages programmer's point of view. Comparised to mainstream (C/C++, Java and Perl) prefered. You should compare to best of these three in compared field. Which features do you think might be ported to mainstream languages w/o much changes ? Which of these negatives are fixable ? Please append to this list and/or comment about these items: + better compile-time bug catching + garbage collection + no sigsegv + no pointer problems + nice way of making new types - evil i/o model - less freely available libraries - less freely available real-world example code - too strong typing - can't tweak performance too much - very verbose syntax - no printf or equivalent