(setf h (hash-new)) (hash-insert h 'foo '(1 2 3 4)) (hash-delete h 'foo) ;;; some time later (hash-delete h 'foo)