Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: Notesfiles; site gypsy.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!princeton!siemens!gypsy!emery From: emery@gypsy.UUCP Newsgroups: net.micro Subject: Re: Re: Unix and user friendly systems Message-ID: <22700006@gypsy.UUCP> Date: Fri, 31-May-85 09:37:00 EDT Article-I.D.: gypsy.22700006 Posted: Fri May 31 09:37:00 1985 Date-Received: Sat, 1-Jun-85 02:58:59 EDT References: <11113@brl-tgr.UUCP> Lines: 22 Nf-ID: #R:brl-tgr:-1111300:gypsy:22700006:000:548 Nf-From: gypsy!emery May 31 09:37:00 1985 I, for one, would like to see some of these ideosyncratic conventions in Ada, that rival the set in C. for instance, consider looping through the characters of a string.... for (a_char = *str_ptr++, !a_char;) compared to for char_index in a_string'length loop a_char := a_string(char_index); Which do you understand better? It is certainly possible to write crapola in any language. However, no language (that I know) can match C for its "rich" set of conventions and aliasing. Dave Emery {princeton!ihnp4}!siemens!emery