From 6356895760765311637
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,aa85ef39cb5c6444
X-Google-Attributes: gidf78e5,public
X-Google-ArrivalTime: 1992-05-13 20:25:58 PST
Path: sparky!uunet!usc!wupost!waikato.ac.nz!canterbury.ac.nz!betelgeux!moselecw
Newsgroups: comp.std.c++
Subject: Re: Proposal for user defined operaters.
Message-ID: <1992May14.215652.5057@csc.canterbury.ac.nz>
From: moselecw@elec.canterbury.ac.nz (C.W. Moseley)
Date: 14 May 92 21:56:51 +1200
References: <1992May6.220043.1320@taumet.com> <1992May7.000029.1598@taumet.com> <ruprecht.705226142@fidji> <2A0EC91A.7A06@tct.com>
Distribution: world
Organization: Electrical Engineering, University of Canterbury, New Zealand
Nntp-Posting-Host: elec.canterbury.ac.nz
Lines: 9

That sounds a lot like BASIC line numbering strategey to me! Another hack to try to make a (dare I say it) poorly implemented idea function (sort of). Still, better than the `overloading' in something like SML (function language)

In article <2A0EC91A.7A06@tct.com>, chip@tct.com (Chip Salzenberg) writes:
> According to ruprecht@informatik.uni-freiburg.de (Nick Ruprecht):
> >Precedence:  Is "10" higher or lower than, say, multiplication?  You
> >have to specify the precedence numbers for all the existing operators.
> 
> That's easy to solve: use strings and the collating order.  If you
> want something between "a" and "b", call it "am".


