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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9c86eb13dd395066 X-Google-Attributes: gid103376,public From: bobduff@world.std.com (Robert A Duff) Subject: Re: CRC in Ada? Date: 1997/03/24 Message-ID: #1/1 X-Deja-AN: 227989925 References: <1997Mar2.220652@nova.wright.edu> <3332CA3D.379F@bix.com> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 1997-03-24T00:00:00+00:00 List-Id: In article , Robert Dewar wrote: >The Sequential_IO, Text_IO and Direct_IO packages of Ada are at a significantly >higher semantic level. ... I won't comment on Sequential_IO and Direct_IO, but surely Text_IO is intended to produce a format that makes sense to non-Ada programs. That is, if I write a file using Text_IO, and I don't do anything funny with control characters, then I ought to be able to read that file into my favorite text editor (say, Emacs), and have it make sense. If the Ada system is putting weird stuff in the file, which makes this impossible, then that's a bug, IMHO. (IMHO, the term "bug" refers to any wrong/undesirable behavior, whether or not it violates the Ada standard. That is, the set of possible bugs in an Ada compiler is a superset of the set of possible vilations of the RM.) - Bob