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,cec65b0a3ccd802d X-Google-Attributes: gid103376,public From: dennison@telepath.com Subject: Re: Big-endian vs little-endian Date: 1999/02/08 Message-ID: <79n1h0$4r1$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 441842907 References: <36B155D2.2E8573BB@wvu.edu> <7982p9$nll$3@plug.news.pipex.net> <36B89411.7A6CFA14@lmco.com> <36BD02DB.737849EE@hso.link.com> X-Http-Proxy: 1.0 x13.dejanews.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Mon Feb 08 15:57:26 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.5 [en] (WinNT; I) Date: 1999-02-08T00:00:00+00:00 List-Id: In article <36BD02DB.737849EE@hso.link.com>, "Samuel T. Harris" wrote: > also a security concern). Since then, I have always advocated > producing width, image, and value functions for all important > data types. In fact, I have generics which produce these functions > for arrays (trivial) and records (almost trivial) so the overhead > for developing these functions is insignificant. An they do come > in handy when a little text_io based debugging instrumentation > is needed. A simple put_line(image(whatever)); is always available. Cool idea! But what method do you use to make generation of records "almost trivial"? And how do you handle pointers? T.E.D. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own