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!news4.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!gegeweb.org!aioe.org!news.tornevall.net!not-for-mail From: "Jeffrey R. Carter" Newsgroups: comp.lang.ada Subject: Re: for S'Image use Func?? Date: Fri, 07 May 2010 15:16:16 -0700 Organization: TornevallNET - http://news.tornevall.net Message-ID: References: <4be417b4$0$6992$9b4e6d93@newsspool4.arcor-online.net> NNTP-Posting-Host: ac16b1105d0d4584b571657af8fba3f1 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: 40d192ad4655aec96b95a4b7bf86fa08 X-Complaints-To: abuse@tornevall.net X-Complaints-Language: Spoken language is english or swedish - NOT ITALIAN, FRENCH, GERMAN OR ANY OTHER LANGUAGE! In-Reply-To: X-Validate-Post: http://news.tornevall.net/validate.php?trace=40d192ad4655aec96b95a4b7bf86fa08 X-SpeedUI: 1738 X-Complaints-Italiano: Non abbiamo padronanza della lingua italiana - se mandate una email scrivete solo in Inglese, grazie User-Agent: Thunderbird 2.0.0.24 (X11/20100411) X-Posting-User: 0243687135df8c4b260dd4a9a93c79bd Xref: g2news2.google.com comp.lang.ada:11406 Date: 2010-05-07T15:16:16-07:00 List-Id: Robert A Duff wrote: > > A beginner needs to learn how to write a "Hello, world" program > first, and soon thereafter, some simple thing that involves > printing out integer values. I think one of my first assignments > way back when was to write a program to add up two numbers > and print out the answer. If that's hard, it gives a bad > first impression. (In fact, it WAS hard -- it involved > horsing around with Fortran FORMAT statements and Hollerith codes, > which is worse than horsing around with Ada generics.) Ah, the Good Old Days. FORTRAN 66, punched cards, FORMAT statements, 5HHELLO, and the like. Am I glad that's changed. > 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. Yes, I was thinking along similar lines: a language with a decent 'Image would not need the I/O generics, just 'Image and text I/O. -- Jeff Carter "Oh Lord, bless this thy hand grenade, that with it thou mayst blow thine enemies to tiny bits, in thy mercy." Monty Python and the Holy Grail 24