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,fc52c633190162e0 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.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!news-zh.switch.ch!switch.ch!news.ip-plus.net!newsfeed.ip-plus.net!news.post.ch!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: why learn C? Date: Wed, 21 Mar 2007 14:39:43 +0100 Organization: Swisscom IP+ (post doesn't reflect views of Swisscom) Message-ID: <460135a1@news.post.ch> References: <1172144043.746296.44680@m58g2000cwm.googlegroups.com> <1172161751.573558.24140@h3g2000cwc.googlegroups.com> <546qkhF1tr7dtU1@mid.individual.net> <5ZULh.48$YL5.40@newssvr29.news.prodigy.net> NNTP-Posting-Host: 194.41.146.1 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: atlas.ip-plus.net 1174484388 12332 194.41.146.1 (21 Mar 2007 13:39:48 GMT) X-Complaints-To: abuse@ip-plus.net NNTP-Posting-Date: Wed, 21 Mar 2007 13:39:48 +0000 (UTC) User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) In-Reply-To: X-Original-NNTP-Posting-Host: w01iwt.pnet.ch X-Original-Trace: 21 Mar 2007 14:39:45 +0200, w01iwt.pnet.ch Xref: g2news1.google.com comp.lang.ada:14571 Date: 2007-03-21T14:39:43+01:00 List-Id: Maciej Sobczak schrieb: >> missing curly-braces, > > The last time I missed the curly brace the compiler told me that. The editor to fix deficiencies of the language - great! > (for the sake of this discussion let's forget about the fact that in any > self-respecting programmer's editor missing curly-brace is plain > impossible, because braces are part of text formatting rules) I guess he speaks of if (X=1) A=2; B=2; and if (X=1); A=2; i.E. you forget the both - in which case no editor will help you. >> and the plethora of language "features" that plague those who have >> chosen to use any member of the C family of languages. > > Any language (from any family) older than one version has "features". But if you start with too few features and a foundation to weak to build on (in version 1) then add on features are a greater problem (in version 3). In the end worse is not better. >> It has always seemed rather odd to me that people who are as intelligent >> as programmers, rarely question the silliness of using tools such as C >> and C++ for serious work. > > Maybe because they are intelligent and can reasonably balance pros and > cons of various technology choices. I did and after 10+ years of C/C++ the scale finally tilted and I switched to Ada. Recently I went to an Weblogic course with lots of Java in it - yuck! > "There are just two kinds of languages: the ones everybody complains > about and the ones nobody uses." - Bjarne Stroustrup. :-\ Martin