[Openmcl-devel] Is it safe to make hash tables with non-standard tests?

Ron Garret ron at flownet.com
Sun Jul 14 12:53:53 PDT 2013


I need a string= hash table, which is not in the standard.  It appears that CCL can actually make one:

(make-hash-table :test 'string= :hash-function 'sxhash)

This seems to do the Right Thing, but  it's not documented.  Is it safe to use this feature?

rg




More information about the Openmcl-devel mailing list