On Fri, Jun 30, 2000 at 01:19:03PM +0200, Ralf Gorholt wrote:
> 
> perhaps I understand something wrong but I think one of the purposes
> of operator overloading in C++ is to be able to write something like
> "x = y + z" instead of "gnc_money_plus(x, y, z)", even if the "+"
> operator does complex, not necessarily arithmetic operations instead
> of just a simple addition. At least I use it that way...
> 

Can't scheme be made to do that?  I mean, it knows enough to overload
arithmetic operators for integer and floating-point already.  Wouldn't
this just be another numeric type?

-- 
Randolph Fritz
Eugene, Oregon, USA

--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]


Reply via email to