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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,c689b55786a9f2bd X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder3.cambriumusenet.nl!feed.tweaknews.nl!217.73.144.44.MISMATCH!ecngs!feeder.ecngs.de!solnet.ch!solnet.ch!newsfeed.tiscali.ch!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: for S'Image use Func?? Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <4be417b4$0$6992$9b4e6d93@newsspool4.arcor-online.net> Date: Mon, 10 May 2010 18:31:53 +0200 Message-ID: NNTP-Posting-Date: 10 May 2010 18:31:52 CEST NNTP-Posting-Host: 6440020d.newsspool1.arcor-online.net X-Trace: DXC=0o8J7mKkDd4Fo<]lROoR1<`=YMgDjhg2m5^1PnP`4Z6[6LHn;2LCV>[[=C\Fb: X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:11453 Date: 2010-05-10T18:31:52+02:00 List-Id: On Mon, 10 May 2010 15:48:19 +0000 (UTC), Warren wrote: > Another thing that bugs me is that the Ada.Text_IO > will not return a LF character (like getchar() in C). Why should it? It is a text I/O not a stream I/O. > IMO, there needs to be a "modernized" Ada text I/O > facility. IOW something like a thick binding for the C > I/O facilities but designed in Ada terms - not C terms. Shudder. I am programming both in Ada and C. C's I/O is a disaster, I do prefer Ada packages for I/O. Formatting/serialization is a totally unrelated issue. I wonder why people paying so much attention to admittedly broken and misplaced formatting of Ada.Text_IO in the times of GUIs. It won't work anyway. It is not a text anymore. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de