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

Re: Some Dylan improvements



In article <m3zorgcxuc.fsf@soma.andreas.org>, Andreas Bogk
<andreas@andreas.org> wrote:

> Hugh Greene <q@tardis.ed.ac.uk> writes:
> 
> > make improper <list>s *not* a subclass of <collection>; and (b) to have
> > collections which just have members, not key-value pairs, e.g., for sets
> > and multisets.
> 
> Yes, I'm really missing these too.

Can't this be subsumed within the current framework, given a sufficiently
smart compiler?  Just use limited() and have the element type be some type
with only one value, so that the compiler in fact doesn't have to store
anything at all for it.

-- Bruce



References: