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 Newsgroups: comp.lang.ada Subject: Re: why learn C? 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> <1175215906.645110.217810@e65g2000hsc.googlegroups.com> <1175230352.808212.15550@e65g2000hsc.googlegroups.com> <1175236212.771445.135460@y66g2Organization: LJK Software From: Markus E Leypold Organization: N/A Date: Sat, 31 Mar 2007 22:10:03 +0200 Message-ID: <3cslblgoo4.fsf@hod.lan.m-e-leypold.de> User-Agent: Some cool user agent (SCUG) Cancel-Lock: sha1:H2HmQGAeypGcWNYKkqGkL/Yb9h4= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 88.72.206.149 X-Trace: news.arcor-ip.de 1175371382 88.72.206.149 (31 Mar 2007 22:03:02 +0200) X-Complaints-To: abuse@arcor-ip.de Path: g2news1.google.com!news4.google.com!news2.google.com!proxad.net!proxad.net!newsfeed.arcor.de!newsfeed.arcor-ip.de!news.arcor-ip.de!not-for-mail Xref: g2news1.google.com comp.lang.ada:14704 Date: 2007-03-31T22:10:03+02:00 List-Id: writes: > "Larry Kilgallen" wrote in message > news:c82IfUV$xbi8@eisner.encompasserve.org... >> In article , >> writes: >> >>> I cannot imagine anyone writing a column >>> called "Obfuscated Ada." >> >> Number_of_Genders_Encountered : Integer; >> Traffic_Light_Color : Boolean; >> Completion_Flag : My_Special_Record_Type_Defined_in_Another_Module; > > OK. With a little effort, one can write obfuscated code in any > language. However, with C++ it is far more likely than with Ada. Obfuscation is a voluntary effort, though. The word "likely" probably can't be applied then. If we're just talking about non-understandable code, I suggest that the "terse" syntax of the C/C++ language family is only a part of the problem. Choosing wrong or indecriptive identifiers (perhaps in a language one isn't fluent in -- or in a language the reader isn't fluent in ... :-)) can happen in Ada as well. Regards -- Markus