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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f584bf624aabe591 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-17 09:44:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed1.cidera.com!Cidera!cyclone1.gnilink.net!spamfinder.gnilink.net!nwrddc03.gnilink.net.POSTED!53ab2750!not-for-mail From: "Frank J. Lhota" Newsgroups: comp.lang.ada References: <3CE26A21.3EC6F802@raytheon.com> <5ee5b646.0205160153.75230135@posting.google.com> <5ee5b646.0205161826.69dcf050@posting.google.com> Subject: Re: Signed integer to modular type conversion X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Message-ID: Date: Fri, 17 May 2002 16:44:02 GMT NNTP-Posting-Host: 141.157.176.41 X-Complaints-To: abuse@verizon.net X-Trace: nwrddc03.gnilink.net 1021653842 141.157.176.41 (Fri, 17 May 2002 12:44:02 EDT) NNTP-Posting-Date: Fri, 17 May 2002 12:44:02 EDT Xref: archiver1.google.com comp.lang.ada:24290 Date: 2002-05-17T16:44:02+00:00 List-Id: > There are lots of marginal cases where you can do > something at the hardware level that you can't map easily into a high > level language (one of the most obvious ones is (A*B)/C with a double > length intermediate value (of commonly used languages, only COBOL can > handle this cleanly). Forth also handles this cleanly.