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, LOTS_OF_MONEY,MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f127842852d2f03a X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: About conversions Date: 2000/11/21 Message-ID: <8ve75j$mh4$1@nnrp1.deja.com>#1/1 X-Deja-AN: 696208284 References: <8vb0h9$1ou$1@nnrp1.deja.com> <8vbfds$dih$1@nnrp1.deja.com> X-Http-Proxy: 1.0 x71.deja.com:80 (Squid/1.1.22) for client 205.232.38.240 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Tue Nov 21 16:17:00 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-11-21T00:00:00+00:00 List-Id: In article , "DuckE" wrote: > I've always thought of type conversions as equivalent to built > in functions for converting types. Looks like I'll have to > change my way of thinking. Conceptually, that *should* be a good model of type conversions. It is true that this bizarre case disturbs this model, but in fact nearly all programmers think of A(B) when they see it as a functional form that converts B to the type A (after all why did we choose the same syntax as a function for this purpose). I am not sure the anomolous case is a good reason to change your way of thinking here. Output conversions are very rare (much much rarer than input conversions, depite the claim of the previous message). Sent via Deja.com http://www.deja.com/ Before you buy.