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 Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!newspeer1.nac.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!news.stack.nl!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: why the pascal family of languages (Pascal, Ada, Modula-2,2,Oberon, Delphi, Algol,...) failed compared to the C family? Date: Wed, 16 Jul 2014 07:25:17 -0500 Organization: Aioe.org NNTP Server Message-ID: Reply-To: nma@12000.org NNTP-Posting-Host: +bGw3iKtw0btMD059xlTWg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 X-Notice: Filtered by postfilter v. 0.8.2 Xref: number.nntp.dca.giganews.com comp.lang.ada:187622 Date: 2014-07-16T07:25:17-05:00 List-Id: The first language I really liked was Pascal. But the Pascal family of languages (including Ada) have clearly failed to become popular, at least compared to the C-family (C, C++, C#, ....) The question is why did this happen? My theory: C was used to develop Unix/Linux and Windows, and this made it easier for applications to be written in C/C++ since the interface to the OS was easier. VMS did not choose C (considered a huge blunder by many. They choose Bliss http://en.wikipedia.org/wiki/BLISS instead! and we all know what happens to VMS. What is your theory on this? Was there another reason or set of reasons? Can we all blame this success of the C family of languages on Dennis Ritchie and Brian Kernighan brilliance and it being used for Unix? --Nasser