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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,7ae711c481a7059 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-07 18:36:35 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Can I treat Current_Output as a file of bytes? Date: 7 Nov 2002 19:36:32 -0600 Organization: LJK Software Message-ID: <8qGdDEJ$BoYu@eisner.encompasserve.org> References: <20021104233454.2042ef78.bjorn_persson.spam-is-evil@sverige.nu> <20021108010337.395c1a90.bjorn_persson.spam-is-evil@sverige.nu> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1036722917 26172 192.135.80.34 (8 Nov 2002 02:35:17 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Fri, 8 Nov 2002 02:35:17 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:30565 Date: 2002-11-07T19:36:32-06:00 List-Id: In article <20021108010337.395c1a90.bjorn_persson.spam-is-evil@sverige.nu>, Bj�rn Persson writes: > I don't think Text_IO's design is a problem in itself. It can be > quite useful when working with text files. The problem is that the > standard input and output streams are defined to be text files. The > programmer should be allowed to decide whether Text_IO or > Sequential_IO is most appropriate. On VMS you would just open a Sequential_IO file for output saying the name is SYS$OUTPUT. Isn't the same thing available on other operating systmes ?