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=0.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e8b01e86b2d0a470 X-Google-Attributes: gid103376,public From: fraser@sinopsis.com Subject: Re: how to do bit-wise operation on none modular types? Date: 1999/03/05 Message-ID: <7bpg68$b5v$1@remarQ.com>#1/1 X-Deja-AN: 451688138 References: <7bj7ti$4i@drn.newsguy.com> <7bjjck$25t7@news1.newsguy.com> <7bk5u2$94p$1@remarQ.com> <7bmn38$n0h@news1.newsguy.com> X-Complaints-To: newsabuse@remarQ.com X-Trace: 920667144 KZBGBQC4S164892E1C usenet55.supernews.com Organization: Vegetarian Ada Programmers Newsgroups: comp.lang.ada Originator: fraser@titanic Date: 1999-03-05T00:00:00+00:00 List-Id: paene lacrimavi postquam smize@imagin.net scribavit: >Gosh, I didn't mean to upset you. Maybe you should speak to Niles. Hmmm. You know, ever since I arrived in the US, people have been calling me either Frasier or Michael Stipe. This never happened in Australia, although we're certainly aware of the existance these two gentlemen. Michael Stipe I can live with :) >For a bitmap, I prefer a syntax that makes it clear I'm viewing that >value as a series of bits ("and"). For an integer, I'd use a syntax >that makes it clear that I'm viewing the value as an integer ("mod"). Indeed. (Or, for the AOL users amongst you, ME TOO!) (I didn't really mean that). However, I still find myself using / and mod even for modular types. Ada 83 habits that are hard to break. Fraser.