[cl-cookbook-contrib] [ cl-cookbook-Feature Requests-619966 ] Question/suggestion for hash-table pag
Brought to you by:
jthing
From: <no...@so...> - 2002-10-07 22:07:24
|
Feature Requests item #619966, was opened at 2002-10-07 17:07 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=619966&group_id=46815 Category: None Group: None Status: Open Priority: 5 Submitted By: Robert P. Goldman (rpgoldman) Assigned to: Nobody/Anonymous (nobody) Summary: Question/suggestion for hash-table page Initial Comment: I stumbled across this while looking for an answer to a poignant hash-table question. Namely, how does one make a hash-table whose entries are CLOS objects? The spec only requires that hash-tables accept eq, eql, equal, equalp as tests. Unfortunately, these are all equivalent to EQ when applied to CLOS objects. And none are generic functions. An answer to this question would sure be helpful! If I find a good one, I'll submit it. Cheers, R ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=619966&group_id=46815 |