--- Aldo Calpini <[EMAIL PROTECTED]> wrote:
> you should also consider the case TUPLE1 + 5 which
> should return (a1 + 5, a2 + 5, ... , an + 5).

Agreed.  I had started to implement this already, but
I've only done the add function so far, since I'm
still testing and waiting for a consensus.

 
> what do you do if TUPLE1 and TUPLE2 are of different
> length?

Throw an exception.  If there are more graceful
solutions, though, I'm open to them.


> changing subject again... how is tuple storage
> implemented? do they contain only integers (or
> whatever), or is the base type definable? 

I based it off array.pmc, so you can store
ints/chars/floats/pmcs in it.

Stephen Rawls


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

Reply via email to