From: Ron Garret
Subject: Does SBCL have weak hash tables?
Date: 
Message-ID: <rNOSPAMon-96884A.18120607062006@news.gha.chartermi.net>
HASH-TABLE-WEAK-P is fbound, but the docs only mention weak pointers, 
and just passing e.g. :weak :key to make-hash-table doesn't seem to work.

(N.B. This is another area where a little additional standardization 
wouldn't hurt IMHO.)

rg

From: Juho Snellman
Subject: Re: Does SBCL have weak hash tables?
Date: 
Message-ID: <slrne8evkr.tqm.jsnell@sbz-30.cs.Helsinki.FI>
Ron Garret <·········@flownet.com> wrote:
> HASH-TABLE-WEAK-P is fbound, but the docs only mention weak pointers, 
> and just passing e.g. :weak :key to make-hash-table doesn't seem to work.

No, it doesn't. The few references to weak hash-tables in the
internals are just remnants from old CMUCL code.

-- 
Juho Snellman
From: Ron Garret
Subject: Re: Does SBCL have weak hash tables?
Date: 
Message-ID: <rNOSPAMon-967358.18583107062006@news.gha.chartermi.net>
In article <·····················@sbz-30.cs.Helsinki.FI>,
 Juho Snellman <······@iki.fi> wrote:

> Ron Garret <·········@flownet.com> wrote:
> > HASH-TABLE-WEAK-P is fbound, but the docs only mention weak pointers, 
> > and just passing e.g. :weak :key to make-hash-table doesn't seem to work.
> 
> No, it doesn't. The few references to weak hash-tables in the
> internals are just remnants from old CMUCL code.

Bummer.

Thanks!

rg