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.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b076e6315fd62dc5 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.223.40 with SMTP id qr8mr7094500pbc.0.1336666047176; Thu, 10 May 2012 09:07:27 -0700 (PDT) Path: pr3ni10445pbb.0!nntp.google.com!news1.google.com!news.glorb.com!feeder.erje.net!xlned.com!feeder1.xlned.com!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Thu, 10 May 2012 18:06:54 +0200 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: fyi, very interesting Ada paper OOP vs. Readability References: <1fcezxog7qwud.tc9mrhco9t1c$.dlg@40tude.net> <4fabcf68$0$9505$9b4e6d93@newsspool1.arcor-online.net> In-Reply-To: Message-ID: <4fabe79e$0$9518$9b4e6d93@newsspool1.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 10 May 2012 18:06:54 CEST NNTP-Posting-Host: 75c3333b.newsspool1.arcor-online.net X-Trace: DXC=UieGT]3ekZLh>_cHTX3j]c:B]2J0Z8mR X-Complaints-To: usenet-abuse@arcor.de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Date: 2012-05-10T18:06:54+02:00 List-Id: On 10.05.12 16:47, Nasser M. Abbasi wrote: > On the left is the least verbose, and on the right is > the most verbose. Feel free to edit and add/adjust as > you feel. ofcourse this is all subjective and for fun. > > > perl Matlab pascal PLI f77 f95 Java cobol > | | | | | | | | > <-----------------------+------------------------> > | | | | | | | > | c scala c++ SNOBOL HTML Ada > | > Mathematica Cute! In all fairness, though, how can this Cobol statement count as verbose? ADD a b c TO d e f GIVING g h i I find this one-liner highly readable, too. I don't know how to achieve this level of clarity with any of the other languages. Maybe a vector/array language can offer something.