[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: arithmetic issues

This page is part of the web mail archives of SRFI 77 from before July 7th, 2015. The new archives for SRFI 77 contain all messages, not just those from before July 7th, 2015.



Marcin 'Qrczak' Kowalczyk <qrczak@xxxxxxxxxx> writes:

> Thomas Bushnell BSG <tb@xxxxxxxxxx> writes:
>
>> An implementation could use sparse arrays for long arrays with empty
>> space and linear arrays for those which are compact.  What is wrong
>> with that?
>
> Why no implementation does it?

I can't parse that sentence, sorry.

The point here, if you cannot recall, is that it was claimed
(incorrectly) that there was no need to support bignums as array
indices.  That claim was incorrect.

Thomas