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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fae85d3a03b5f78c X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Fixed-point Date: 1997/03/30 Message-ID: <1997Mar30.111252.1@eisner>#1/1 X-Deja-AN: 229462544 X-Nntp-Posting-Host: eisner.decus.org References: <333C08A7.446B9B3D@innocon.com> X-Nntp-Posting-User: KILGALLEN X-Trace: 859738379/4643 Organization: LJK Software Newsgroups: comp.lang.ada Date: 1997-03-30T00:00:00+00:00 List-Id: In article , bobduff@world.std.com (Robert A Duff) writes: > In article <333C08A7.446B9B3D@innocon.com>, > Jeff Carter wrote: >>"The designers of Ada ... tried to get too fancy. Instead of restricting >>the type to words commensurate with the natural word length of the >>computer, they gave us a more general definition that allows for words >>of any bit length and any resolution. ... [T]he end result was the same: >>fixed-point operations are so slow in Ada that few people bother to use >>the type, and many Ada shops prohibit their use as a matter programming >>style." > > Sounds like nonsense, to me. Implementations of Ada's fixed-point types > *do* use "natural word length" to store data, and do operations. And > the language definition encourages that. So what's the problem? The problem is that while folks on this newsgroup so far unanimously disagree with the published remarks, for the publication readership the slam against Ada goes unchallenged. Someone who has experience with fixed-point types should write a polite rebuttal and send it to the publication. Generally I see this soft of "call for rebuttal" on the Team Ada mailing list, but I suppose finding such uniform opinion on c.l.a is a good "trial by fire" for the concept of a rebuttal. Larry Kilgallen