The symbol interning code I posted indicates that elements of the hash buckets are normal pairs, not weak key pairs. This is probably a bug, and probably leads to leaked symbols.
To test: (let lp () (gensym) (lp)) Indeed, memory rises and rises. Andy -- http://wingolog.org/
