[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
visible hash tables
- To: Dave.Touretzky@c.cs.cmu.edu
- Subject: visible hash tables
- From: Jon L White <edsel!jonl@labrea.stanford.edu>
- Date: Fri, 13 May 88 00:45:03 PDT
- Cc: common-lisp@sail.stanford.edu
- In-reply-to: Dave.Touretzky@C.CS.CMU.EDU's message of Fri 13 May 88 01:19:39-EDT <12397896527.20.TOURETZKY@C.CS.CMU.EDU>
re: The basic notation is:
#nH(type (key1 . value1) (key2 . value2) ...)
where "n" is the size of the hash table and "type" is the type, such as
EQL. The ordering of the dotted pairs is arbitrary. Comments?
I like it. So is *PRINT-HASH* the hash-table equivalent of *PRINT-ARRAY* and
*PRINT-STRUCTURE*?
-- JonL --