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