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,c733905936c6b6b0 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.204.129.15 with SMTP id m15mr1071083bks.2.1334573002330; Mon, 16 Apr 2012 03:43:22 -0700 (PDT) Path: h15ni129815bkw.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Marius Amado-Alves Newsgroups: comp.lang.ada Subject: Re: [OT] interesting reason why a language is considered good Date: Mon, 16 Apr 2012 03:43:21 -0700 (PDT) Organization: http://groups.google.com Message-ID: <8603135.951.1334573001928.JavaMail.geo-discussion-forums@vbbdy9> References: NNTP-Posting-Host: 188.82.5.65 Mime-Version: 1.0 X-Trace: posting.google.com 1334573002 25958 127.0.0.1 (16 Apr 2012 10:43:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 16 Apr 2012 10:43:22 +0000 (UTC) Cc: nma@12000.org In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=188.82.5.65; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-04-16T03:43:21-07:00 List-Id: Love OT threads in this clever forum:-) Actually there is a bit of thruth in the absurd no keyword thing: *many* ke= ywords can get in the way of naming identifiers. Ada, for one, has a bit to= o many keywords, with some good identifier candidates (when, others...) This links on thread took me on a short journey where I ended up checking o= ut YAML, because I am looking for a good data description language. I was t= otally confused at section 2.3 Scalars (http://www.yaml.org/spec/1.2/spec.h= tml#id2760844) At first I could not make anything of it, because I never understood "scala= r" as anything else than something that has values (along a "scale"). [Then= I still could not make anything of it because they don't seem to be addres= sing scalars at all, even in their wrong denotation, but that's a minor poi= nt.] A bit net surfing... it seems there is a trend now to call "scalar" to mean= any value! Please fix this! (Yes, I am expecting you to change the world.)