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: a07f3367d7,9983e856ed268154 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,UTF8 Received: by 10.180.24.135 with SMTP id u7mr622205wif.3.1345237356126; Fri, 17 Aug 2012 14:02:36 -0700 (PDT) Path: n2ni181669919win.0!nntp.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!85.12.40.139.MISMATCH!xlned.com!feeder7.xlned.com!multikabel.net!newsfeed10.multikabel.net!feed.xsnews.nl!border-1.ams.xsnews.nl!plix.pl!newsfeed2.plix.pl!wsisiz.edu.pl!news.icm.edu.pl!news.supermedia.pl!news.nask.pl!news.nask.org.pl!news.unit0.net!news.osn.de!diablo1.news.osn.de!newsfeed.straub-nv.de!uucp.gnuu.de!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Tue, 14 Aug 2012 17:11:56 +0200 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Should Inline be private in the private part of a package spec? References: <501bd285$0$6564$9b4e6d93@newsspool4.arcor-online.net> <502005b6$0$9510$9b4e6d93@newsspool1.arcor-online.net> <50203ca2$0$9512$9b4e6d93@newsspool1.arcor-online.net> <502040c0$0$9510$9b4e6d93@newsspool1.arcor-online.net> <50677fa2-7f82-4ccc-8c56-161bf67fefe1@googlegroups.com> <44bb5c96-a158-41c1-8e7d-ae83b2c0aca1@googlegroups.com> In-Reply-To: <44bb5c96-a158-41c1-8e7d-ae83b2c0aca1@googlegroups.com> Message-ID: <502a6ab7$0$9519$9b4e6d93@newsspool1.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 14 Aug 2012 17:11:51 CEST NNTP-Posting-Host: 678f5a78.newsspool1.arcor-online.net X-Trace: DXC=8o@[BYZd]Nk;iVb[J9ZZP`ic==]BZ:afn4Fo<]lROoRankgeX?EC@@`@RHBLX;S0Jcnc\616M64>jLh>_cHTX3jmec>RmDV;SFb X-Complaints-To: usenet-abuse@arcor.de Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 2012-08-14T17:11:51+02:00 List-Id: On 14.08.12 16:44, Shark8 wrote: > On Monday, August 13, 2012 8:52:20 PM UTC-6, Vasiliy Molostov wrote: >> Randy Brukardt писал(а) в своём письме Tue, 14 Aug >> 2012 02:16:00 +0400: >> >>> it's mainly intended to be used >>> in the background with very little interaction. That's not always what >>> customers want. >>> >>> Randy. >> >> Why not to turn/move it into xml? > > Because XML is a dirty, dirty format. > > There's truth, perhaps more than a bit, in this humor: > > "XML is like violence. Sure, it seems like a quick and easy solution at first, but then it spirals out of control into utter chaos." -- Sarkos in reddit > > "XML combines the efficiency of text files with the readability of binary files" -- unknown > > > And less humorous: > "Transformations, even identity transforms, result in changes to format (whitespace, attribute ordering, attribute quoting, whitespace around attributes, newlines). These problems can make "diff"ing the XML source very difficult." -- http://c2.com/cgi/wiki?XmlSucks > Or, in other words, if programmers use XML as if it was like program source text, XML turns out to be very different. Wow. At least witty commentary compensates for the lack of understanding of the basics of XML. XML is not intended to be readable in the sense that Ada was intended to be readable. Readable in the case of XML means something more plain, something more technical: that anyone can read XML documents using a pair of eyes and a program like "more". No knowledge of any other language is required, no knowledge of bit patterns is required. Nor is XML intended for internal data formats.