Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbatt!cbosgd!ihnp4!inuxc!pur-ee!uiucdcs!uicsrd!harrison From: harrison@uicsrd.CSRD.UIUC.EDU Newsgroups: net.lang.lisp Subject: Re: A coding question (FRANZ) Message-ID: <20000002@uicsrd> Date: Thu, 14-Aug-86 09:04:00 EDT Article-I.D.: uicsrd.20000002 Posted: Thu Aug 14 09:04:00 1986 Date-Received: Mon, 18-Aug-86 01:13:44 EDT References: <16700009@uiucuxc> Lines: 6 Nf-ID: #R:uiucuxc:16700009:uicsrd:20000002:000:367 Nf-From: uicsrd.CSRD.UIUC.EDU!harrison Aug 14 08:04:00 1986 gensym creates unique, uninterned symbols (no relationship between internal and external form is maintained in the obarray). The symbol g0002 which you typed in is interned by the reader; every instance of g0002 seen by the reader will be translated to this same symbol. It is the internal form (pointer) and not the print name of a symbol which is tested by eq.