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-Thread: 103376,21960280f1d61e84 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!130.59.10.21.MISMATCH!kanaga.switch.ch!switch.ch!newsfeed2.funet.fi!newsfeeds.funet.fi!news.cc.tut.fi!not-for-mail From: Tero Koskinen Newsgroups: comp.lang.ada Subject: Re: How come Ada isn't more popular? Date: Tue, 23 Jan 2007 21:16:51 +0200 Message-ID: <20070123211651.c0d43695.tero.koskinen@iki.fi> References: <1169531612.200010.153120@38g2000cwa.googlegroups.com> NNTP-Posting-Host: ip154.otanner14.opintanner.fi Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: news.cc.tut.fi 1169579811 6985 195.148.53.154 (23 Jan 2007 19:16:51 GMT) X-Complaints-To: abuse@tut.fi NNTP-Posting-Date: Tue, 23 Jan 2007 19:16:51 +0000 (UTC) X-Newsreader: Sylpheed version 2.2.9 (GTK+ 2.8.20; i386-unknown-openbsd4.0) Xref: g2news2.google.com comp.lang.ada:8437 Date: 2007-01-23T21:16:51+02:00 List-Id: Hi, On 22 Jan 2007 21:53:32 -0800 artifact.one@googlemail.com wrote: > > My question is: how come Ada isn't more popular? > I would like to throw in yet another possible reason(*) for Ada being not popular (within the free software folks). Currently, the only non-restricted free Ada compiler is FSF GCC/GNAT. However, the GCC development team doesn't consider Ada to be a release critical language, so it gets less love whenever a new GCC is released and its quality is sometimes lower than C and C++ parts of GCC. In addition, Ada part of GCC supports far less platforms than C and C++ parts. (**) So, lets imagine that you are a lead developer in an open source project (***). One of your goals is to produce software, which will run atleast on following systems: * Debian GNU/Linux 3.1: i386, IA-64, ARM, PowerPC, SPARC, MIPS * OpenSUSE 10.2: i386, x86-64 * OpenBSD 4.0: i386, AMD64, ARM, PowerPC, SPARC * FreeBSD 6.2: i386, AMD64, Alpha The question is: Which programming language do you choose? Ada is ruled out, because of its limited support for non-mainstream free operating systems. -Tero (*) Actually, only a guess (**) For example, platforms like OpenBSD/{arm,sparc,ppc,amd64} are totally unsupported. (***) Like KDE, Subversion, GTK+, or Sendmail