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-Language: ENGLISH,ASCII X-Google-Thread: 103376,cc4f25d878383cc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-03 05:40:19 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.tele.dk!small.news.tele.dk!194.25.134.62!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!dns.phoenix-ag.de!news.dtag.de!news.online.de!schlund.de!rz.uni-karlsruhe.de!news.rz.uni-karlsruhe.de!not-for-mail From: Thomas.Koenig@online.de (Thomas Koenig) Newsgroups: comp.lang.ada Subject: Re: Another Idea for Ada 20XX Date: 3 Dec 2001 14:40:17 +0100 Organization: University of Karlsruhe, Germany Message-ID: <9ufvc1$p1q$1@mvmap66.ciw.uni-karlsruhe.de> References: <3C0A5054.E74A82E7@worldnet.att.net> <8GyO7.2671$BS1.330049@news20.bellglobal.com> NNTP-Posting-Host: mvmap66.ciw.uni-karlsruhe.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.rz.uni-karlsruhe.de 1007386818 6109 129.13.201.66 X-Complaints-To: usenet@rz.uni-karlsruhe.de Xref: archiver1.google.com comp.lang.ada:17331 Date: 2001-12-03T14:40:17+01:00 List-Id: Patrick Hohmeyer wrote: >And Lutz Donnerhacke has spoken : >> I�m going to provide automatic unit optimization. Please stay tuned. >Interesting approach, but at first glance I dont see how >you'll solve the Celsius = Kelvin + 273.15 problem. I don't think that this is a problem that wants solving as badly as the case of normal units. Define Celsius as a separate type, and provide conversion functions to and from Kelvin.