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: 103376,245c84afd1e393ce X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!wn13feed!worldnet.att.net!209.244.4.230!newsfeed1.dallas1.level3.net!news.level3.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: What about big integers in Ada 2005? Date: 4 Oct 2005 09:59:48 -0500 Organization: LJK Software Message-ID: References: <1581461.uQ1jN63t33@linux1.krischik.com> <5mo0f.529$B14.97@newssvr11.news.prodigy.com> <1x4pe4pv41qsn$.m5c5jawjqcpq.dlg@40tude.net> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1128437953 29254 192.135.80.34 (4 Oct 2005 14:59:13 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Tue, 4 Oct 2005 14:59:13 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:5375 Date: 2005-10-04T09:59:48-05:00 List-Id: In article , writes: > > "Dmitry A. Kazakov" wrote in message > news:1x4pe4pv41qsn$.m5c5jawjqcpq.dlg@40tude.net... >> On Tue, 04 Oct 2005 05:24:17 GMT, adaworks@sbcglobal.net wrote: >> >> I cannot imagine any >> use of BCD except than to speed up conversions to ASCII, which is not an >> issue in these days. > [decimal fixed point numbers is a different issue] >> > I replying to this part of your message separately. > > BCD, and its cousins, including packed decimal, are used widely in the > business data processing world. Files are stored in these formats. At > present, it is rather a nuisance to try to use Ada for reading these files. > Not impossible, but not convenient either. DEC Ada (83) stores fixed-point decimal data in BCD (VMS packed decimal). I would presume that GNAT for VMS does the same, as compatibility with existing programs was an important consideration when it was ported.