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,9cccf6ef6149fdaa X-Google-Attributes: gid103376,public From: Hyman Rosen Subject: Re: Operators -> unit analysis Date: 2000/01/05 Message-ID: #1/1 X-Deja-AN: 568728992 Sender: hymie@calumny.jyacc.com References: <38620350.48F8FC08@gecm.com> <83u8l0$5i5$1@nnrp1.deja.com> <84rd2f$snm$1@nntp3.atl.mindspring.net> <84thof$9r3$1@nntp4.atl.mindspring.net> <387383D0.4EA02E95@earthlink.net> X-Complaints-To: abuse@panix.com X-Trace: news.panix.com 947095877 1822 209.49.126.226 (5 Jan 2000 18:11:17 GMT) Organization: PANIX Public Access Internet and UNIX, NYC NNTP-Posting-Date: 5 Jan 2000 18:11:17 GMT Newsgroups: comp.lang.ada Date: 2000-01-05T18:11:17+00:00 List-Id: Charles Hixson writes: > And some good way to handle units. So that we could safely say things like: > speed := 37.miles / 1.5.hours; There is already a very good way to handle units, without any runtime overhead if you don't need to determine units dynamically. See Barton & Nackman, _Scientific and Engineering C++_.