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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1e3f2eac5c026e3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-03 11:03:51 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!priapus.visi.com!orange.octanews.net!news.octanews.net!news-out.visi.com!petbe.visi.com!proxad.net!wanadoo.fr!not-for-mail From: Pascal Obry Newsgroups: comp.lang.ada Subject: Re: Other Ada Standards (was Re: SIGada Conference) Date: 03 Jan 2004 20:03:40 +0100 Organization: Home - http://perso.wanadoo.fr/pascal.obry Message-ID: References: <468D78E4EE5C6A4093A4C00F29DF513D04B82B08@VS2.hdi.tvcabo> <3FE991DD.5060301@noplace.com> NNTP-Posting-Host: avelizy-103-1-1-110.w217-128.abo.wanadoo.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news-reader2.wanadoo.fr 1073156630 30935 217.128.141.110 (3 Jan 2004 19:03:50 GMT) X-Complaints-To: abuse@wanadoo.fr NNTP-Posting-Date: 3 Jan 2004 19:03:50 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.95 Xref: archiver1.google.com comp.lang.ada:4078 Date: 2004-01-03T19:03:50+00:00 List-Id: Robert A Duff writes: > > Personally, I'd rather have to type two lines of code (over and over > > again, if necessary) than to develop my own matrix math, stats package, > > operations research math, etc. > > The issue has nothing to do with how much you have to type. Well it is not mandatory to put the with and use clauses for the same package on the same line. See AWS sources for example. The with are before the unit and the use are put if possible in the deepest nested block, sometimes for the whole package. So the editor won't help here ;) The "with and use" proposal will just "help" people to ALWAYS use packages. I think this is wrong. You bet it, I do not like use clause and use them only for packages design to be "used" (like Ada.Strings.Unbounded for example) or empty root packages like Ada or GNAT. Just my 2 cents, and Happy New Year! Pascal. -- --|------------------------------------------------------ --| Pascal Obry Team-Ada Member --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE --|------------------------------------------------------ --| http://perso.wanadoo.fr/pascal.obry --| "The best way to travel is by means of imagination" --| --| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595