Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site unc.UUCP Path: utzoo!linus!decvax!duke!mcnc!unc!rentsch From: rentsch@unc.UUCP (Tim Rentsch) Newsgroups: net.lang.st80 Subject: Re: binary message question Message-ID: <6592@unc.UUCP> Date: Sat, 14-Jan-84 16:10:30 EST Article-I.D.: unc.6592 Posted: Sat Jan 14 16:10:30 1984 Date-Received: Sun, 15-Jan-84 02:45:05 EST References: <7166@arizona.UUCP> Organization: CS Dept., U. of N. Carolina at Chapel Hill Lines: 11 Binary messages are useful (in my opinion) because (1) they are convenient notationally (wouldn't you rather say a+b than a plus: b ?) and therefore (2) they simplify the resultant code (as in 0 to: i-1 do: [...] is better than 0 to: ( i minus: 1 ) do: [ ... ] ). They feel natural, allow "normal" arithmetic expressions, and result in a comfortable number of precedence levels (three seems about right, with 1 certainly too few, and 6 too many). Not necessary, no; natural, handy, useful, uncomplicated, yes.