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,a850d20bfa8f3a85 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.211.195 with SMTP id ne3mr442742pbc.2.1326300107853; Wed, 11 Jan 2012 08:41:47 -0800 (PST) Path: lh20ni167909pbb.0!nntp.google.com!news2.google.com!postnews.google.com!ck5g2000vbb.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: C++ on the Down Slope? Date: Wed, 11 Jan 2012 08:33:53 -0800 (PST) Organization: http://groups.google.com Message-ID: <05f5b09f-2a6d-454e-84ff-bcdefb2fcf4e@ck5g2000vbb.googlegroups.com> References: <1kdog45.122iy7ikvhb9zN%csampson@inetworld.net> <1zpdlrlos3n8.vwyynkgg661c.dlg@40tude.net> <6066d344-1a62-4723-92ed-2b020fafa003@z1g2000vbx.googlegroups.com> <2a5a6067-6d68-4c6a-9d22-90a1d7b6a4c9@o12g2000vbd.googlegroups.com> <4f0d8e15$0$7620$9b4e6d93@newsspool1.arcor-online.net> <2a3f7ec1-d3a3-4d2d-a20e-fc9dc7455121@o14g2000vbo.googlegroups.com> NNTP-Posting-Host: 20.133.0.8 Mime-Version: 1.0 X-Trace: posting.google.com 1326300107 9308 127.0.0.1 (11 Jan 2012 16:41:47 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 11 Jan 2012 16:41:47 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: ck5g2000vbb.googlegroups.com; posting-host=20.133.0.8; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALERCFNK X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:10.0) Gecko/20100101 Firefox/10.0,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-01-11T08:33:53-08:00 List-Id: On Jan 11, 4:28=A0pm, Bill Findlay wrote: > On 11/01/2012 14:26, in article > 2a3f7ec1-d3a3-4d2d-a20e-fc9dc7455...@o14g2000vbo.googlegroups.com, "Marti= n" > > > > > > > > > > wrote: > > On Jan 11, 1:26=A0pm, Georg Bauhaus > > wrote: > >> On 11.01.12 12:50, Martin wrote: > > >>> C/C++/Objective-C - I can see why they get grouped. C/C++/C# - I just > >>> can't... > > >> Part of the reason why C# is sometimes counted among the > >> nominal C languages is deliberate, I think: choosing the letter > >> C blends optimally with Microsoft's language marketing initiatives. > >> They have always known how to attract by assimilating popular ideas > >> into their offerings. =A0Popularity correlates with an increase in > >> likelihood of programmers taking curly braces for a sign of > >> C quality. > > >> The reason that Netscape's browser based Lisp was named > >> Javascript and the reason why it is using C style syntax, > >> too, is similar; that's a fact insofar as some Netscape official > >> once explained it this way, though I haven't got a link handy, sorry. > > >> Suppose A# wouldn't have all this 'Ref nonsense... :-) > > > Anyone for Cada?... > > > #define { begin > > #define } end; > > > and away we go!!! :-) > > The original Bourne shell was written in pseudo-Algol 68, using exactly t= hat > 'technique', but going in the opposite direction: > > #define begin { > #define end =A0 } > > No, really. !! :-O