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,ec264956a9d7e36a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-12 11:26:25 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Restrictions on compilers for Microsoft's .NET project Date: 12 Feb 2002 13:26:23 -0600 Organization: LJK Software Message-ID: <80Ndh8qODAgP@eisner.encompasserve.org> References: <2sk5nInklHl1@eisner.encompasserve.org> <3C681C25.6356CAF3@west.raytheon.com> <5ee5b646.0202111821.4dba9889@posting.google.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1013541984 10557 192.135.80.34 (12 Feb 2002 19:26:24 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Tue, 12 Feb 2002 19:26:24 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:19949 Date: 2002-02-12T13:26:23-06:00 List-Id: In article , Stephen Leake writes: > Kilgallen@SpamCop.net (Larry Kilgallen) writes: > >> Whether this matters or not, as we say in computers, depends on >> the application. I have some variant records that would require >> up to four times as much disk space without overlap. > > Hmm. Overlapped variant records exist in RAM. Writing them to disk can > always be done with a different format, if necessary for efficiency. But that can run afoul of porting efficiency. >> My records are in an application for which .NET would not be >> suitable, but someone else might have an application for which .NET >> would otherwise be suitable. > > Yes, and I have some applications that are suitable for an 8086 > system, except that has no floating point. > > If the platform doesn't meet the application requirements, it doesn't > meet the requirements! But for the barrier to be a Microsoft rule that overlapping variants can never be safe in any language is a bit foolish.