[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Strange (?) response of LIST to SYMBOLs
- To: (BUG LISPM) at MIT-AI
- Subject: Re: Strange (?) response of LIST to SYMBOLs
- From: DTS@MIT-AI
- Date: Thu ,2 Nov 79 19:41:27 EDT
I'm not sure if this is a bug or some unexplained (in the manual,
anyway) feature. At any rate I'd appreciate it if you could explain
this phenomenom to me.
(list "foo")==>("FOO")
(list 'foo)====>(FOO)
but
(list (intern "foo"))===>(|FOO|)
even though
(typep (intern "foo"))==>SYMBOL
Does this special handling of the SYMBOL returned by INTERN mean
something special??
Puzzled,
DTS