Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83 (MC840302); site mcvax.UUCP Path: utzoo!watmath!clyde!floyd!whuxle!mit-eddie!genrad!decvax!mcvax!guido From: guido@mcvax.UUCP (Guido van Rossum) Newsgroups: net.lang.c Subject: Re: structure (YES) and array and string (NO) comparisons Message-ID: <5774@mcvax.UUCP> Date: Sun, 8-Apr-84 00:17:14 EST Article-I.D.: mcvax.5774 Posted: Sun Apr 8 00:17:14 1984 Date-Received: Mon, 9-Apr-84 06:13:07 EST References: <253@opus.UUCP> <365@denelcor.UUCP> <2831@brl-vgr.ARPA> <945@sdcrdcf.UUCP> <5770@mcvax.UUCP> Organization: "Stamp Out Basic" Committee, CWI, Amsterdam Lines: 16 Followups and mail I receive tell me that I made a mistake about suggesting that < and > for pointers are little-known or little-used. The generic example looks something like: for (pointer = array; pointer < &array[arraylength]; ++pointer) ...; (This makes little difference for my reasoning, but that isn't widely supported either.) On unions: the examples posted and mailed didn't convince me of the usability of unions outside structs. They looked like poor hacks. But I'll stop argueing and translate my programs to Algol 68. :-) -- Guido van Rossum, "Stamp Out Basic" Committee, CWI, Amsterdam guido @ mcvax