Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site brl-vgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!eagle!harpo!seismo!brl-vgr!gwyn From: gwyn@brl-vgr.ARPA (Doug Gwyn ) Newsgroups: net.math Subject: Re: Dumb Question Message-ID: <3196@brl-vgr.ARPA> Date: Tue, 3-Apr-84 10:07:21 EST Article-I.D.: brl-vgr.3196 Posted: Tue Apr 3 10:07:21 1984 Date-Received: Sat, 7-Apr-84 02:40:03 EST References: <1198@ucf-cs.UUCP>, <7422@watmath.UUCP> Organization: Ballistics Research Lab Lines: 6 The tradition is to make exponentiation right-associative so that a ^ b ^ c is the same as a ^ ( b ^ c ). A little thought should make clear why left-associativity would not be as useful a convention.