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,b5627b980414da76 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-18 19:02:35 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!gatech!bloom-beacon.mit.edu!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Higher precision and generics Date: 18 Mar 1995 20:23:16 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3kg124$elp@gnat.cs.nyu.edu> References: <3jsnbf$ido@nef.ens.fr> <795197606snz@linkmsd.com> <3k6ljm$bhp@nef.ens.fr> <3kbhv0$jcl@maple.enet.net> <3kbvpt$ltk@info4.rus.uni-stuttgart.de> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1995-03-18T20:23:16-05:00 List-Id: Peter Hermann says: "1. "with system;" makes the program non-portable" This is *quite* wrong. Sure the definitions in System are target dependent, but in many cases they are there PRECISELY to allow you to write portable target-independent code that uses target dependent features. There are many situations in which the ONLY way to make a program portable is to use the values in System. For example, a program that assumes the addressabloe unit is 8-bits is much less portable than a program that uses System .Storage_Unit for this purpose.