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: a07f3367d7,c689b55786a9f2bd X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder3.cambriumusenet.nl!feeder1.cambriumusenet.nl!feed.tweaknews.nl!138.195.8.3.MISMATCH!news.ecp.fr!news.jacob-sparre.dk!pnx.dk!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: for S'Image use Func?? Date: Fri, 7 May 2010 16:25:30 -0500 Organization: Jacob Sparre Andersen Message-ID: References: <4be417b4$0$6992$9b4e6d93@newsspool4.arcor-online.net> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1273267531 19890 69.95.181.76 (7 May 2010 21:25:31 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Fri, 7 May 2010 21:25:31 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5843 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Xref: g2news2.google.com comp.lang.ada:11399 Date: 2010-05-07T16:25:30-05:00 List-Id: "Robert A Duff" wrote in message news:wcctyqjh2rw.fsf@shell01.TheWorld.com... ... > I disagree. Certainly removing the extra blank would not introduce > bloat. And in fact, giving 'Image the exact same functionality > as Integer_Text_IO would _simplify_ the language, by making > it more uniform. Humm, I could see giving 'Image more functionality, but the entrety of Integer_Text_IO would be way too much. The formatter for Integer Put is *huge* (about 300 lines in Janus/Ada). I could see adding a Width parameter, but not the base stuff. Keep in mind that the code for 'Image is part of every program (it's written in assembler in Janus/Ada to keep it as small as possible); I would not want to bloat up every program that much. Randy.