[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: replies to hash table comments
- To: Dave.Touretzky@C.CS.CMU.EDU
- Subject: Re: replies to hash table comments
- From: Pavel.pa@Xerox.COM
- Date: Mon, 16 May 88 17:00:17 PDT
- Cc: common-lisp@SAIL.STANFORD.EDU
- In-reply-to: <12398139318.17.TOURETZKY@C.CS.CMU.EDU>
Would the input
#H(EQUAL (FOO 7) (BAR 8))
be equivalent to the input
#H(EQUAL (FOO . (7)) (BAR . (8)))
or simply illegal? If the former, I'm left a bit queasy, I think, but I'm not
sure why. If the latter, then why use dot notation?
Pavel