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

Re: hash table key comparisons - always eq?



Quoting Lauri Alanko:
> > In v200, use
> > 
> >   (make-hash-table 'equal)
> > 
> > v103 hash tables only support `eq?'.
> 
> Is there some reason these still aren't completely general, so that the
> user could provide custom hash and equality functions (eg. to implement
> case-insensitivity)?

Only laziness, I think (i.e., I haven't needed it myself). Maybe in
v201.

Matthew