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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.236.124.100 with SMTP id w64mr14236135yhh.57.1405633030787; Thu, 17 Jul 2014 14:37:10 -0700 (PDT) X-Received: by 10.182.2.107 with SMTP id 11mr38obt.41.1405633030438; Thu, 17 Jul 2014 14:37:10 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!v10no1214372qac.1!news-out.google.com!bp9ni942igb.0!nntp.google.com!h18no1791504igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 17 Jul 2014 14:37:10 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=77.126.104.228; posting-account=gOkKbAoAAACKpspXTBDXeWNsiTyhFowY NNTP-Posting-Host: 77.126.104.228 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: why the pascal family of languages (Pascal, Ada, Modula-2,2,Oberon, Delphi, Algol,...) failed compared to the C family? From: leonid.dulman@gmail.com Injection-Date: Thu, 17 Jul 2014 21:37:10 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2644 X-Received-Body-CRC: 452557517 Xref: news.eternal-september.org comp.lang.ada:21029 Date: 2014-07-17T14:37:10-07:00 List-Id: On Wednesday, July 16, 2014 3:25:17 PM UTC+3, Nasser M. Abbasi wrote: > The first language I really liked was Pascal. >=20 > But the Pascal family of languages (including Ada) have >=20 > clearly failed to become popular, at least compared >=20 > to the C-family (C, C++, C#, ....) >=20 >=20 >=20 > The question is why did this happen? >=20 >=20 >=20 > My theory: C was used to develop Unix/Linux and >=20 > Windows, and this made it easier for applications >=20 > to be written in C/C++ since the interface to the OS >=20 > was easier. VMS did not choose C (considered a huge >=20 > blunder by many. They choose Bliss >=20 > http://en.wikipedia.org/wiki/BLISS instead! and we >=20 > all know what happens to VMS. >=20 >=20 >=20 > What is your theory on this? Was there another >=20 > reason or set of reasons? >=20 >=20 >=20 > Can we all blame this success of the C family of >=20 > languages on Dennis Ritchie and Brian Kernighan >=20 > brilliance and it being used for Unix? >=20 >=20 >=20 > --Nasser It seems to me that there is no interest that Ada has become a widely used = programming language. For example my article "Ada for desktop application" = was not accepted on AdaEurope-2014 conference. It describes how to in pure = Ada-2012 application works with GUI, Database, Multimedia, Web, Network, To= uch devices, Sensors and many others. And it much more easy than from C++,C= # or Java