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,b076e6315fd62dc5 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.138.199 with SMTP id qs7mr1175629pbb.1.1336662775026; Thu, 10 May 2012 08:12:55 -0700 (PDT) Path: pr3ni10301pbb.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Adam Beneschan Newsgroups: comp.lang.ada Subject: Re: fyi, very interesting Ada paper OOP vs. Readability Date: Thu, 10 May 2012 08:11:07 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5884845.1775.1336662667901.JavaMail.geo-discussion-forums@ynje14> References: <1fcezxog7qwud.tc9mrhco9t1c$.dlg@40tude.net> <4fabcf68$0$9505$9b4e6d93@newsspool1.arcor-online.net> NNTP-Posting-Host: 66.126.103.122 Mime-Version: 1.0 X-Trace: posting.google.com 1336662774 24185 127.0.0.1 (10 May 2012 15:12:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 10 May 2012 15:12:54 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.126.103.122; posting-account=duW0ogkAAABjRdnxgLGXDfna0Gc6XqmQ User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-05-10T08:11:07-07:00 List-Id: On Thursday, May 10, 2012 7:47:06 AM UTC-7, Nasser M. Abbasi wrote: > The above made me make this little scale based on what > little I know about some programming languages I've used. > > This is my scale of verbosity of a computer language. > > 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 > > I think too verbose is not good. It makes it hard to > understand the algorithm. Also, too cryptic is not > good. There is a sweet spot in the middle somewhere. I assume APL was so far on the left of your diagram that it fell off the page. -- Adam