On Fri, Oct 16, 2015 at 10:53 PM, Taylan Ulrich Bayırlı/Kammer <xxxxxx@gmail.com> wrote:
Alex Shinn <xxxxxx@gmail.com> writes:

> [...] I think we should add:
>
> make-symbol-hash-table
>
> (which may just be the same as an eq table.)

I believe (make-hashtable symbol-hash eq?) should suffice?

Because if the implementation _doesn't_ provide
special case optimizations, then this is just an eq
table, in which case exposing symbol-hash would
expose eq-hash.

-- 
Alex