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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,243dc2fb696a49cd X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews1.google.com!not-for-mail From: kevin.cline@gmail.com (Kevin Cline) Newsgroups: comp.lang.ada Subject: Re: Ada Popularity: Comparison of Ada/Charles with C++ STL (and Perl) Date: 24 Sep 2004 13:09:54 -0700 Organization: http://groups.google.com Message-ID: References: <338040f8.0409230912.70e3375b@posting.google.com> NNTP-Posting-Host: 198.23.5.11 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1096056594 17098 127.0.0.1 (24 Sep 2004 20:09:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 24 Sep 2004 20:09:54 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:4130 Date: 2004-09-24T13:09:54-07:00 List-Id: Eric Jacoboni wrote in message news:... > Pascal Obry writes: > > > And it is just unreadable ! I just can't understand how this is supposed > > to work! > > Agree... > > What about Ruby ? Much more readable than perl/python, imho. The Ruby implementation lines up with the Perl code almost token for token, except that I used the Perl <> operator, and I didn't bother storing the sort result in a variable. I agree that Ruby is slightly more readable than Perl, but I don't know about MUCH more readable. I think the use of %, @, and $ in Perl is not obvious, and the <> operator is pretty magical, but the rest of the code seems straightforward.