<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class=""><span style="font-family: HelveticaNeue-Light; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">"Symbols that </span><span style="font-family: HelveticaNeue-Light; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">print the same USUALLY are EQ to each other because of the use of the </span><span style="font-family: HelveticaNeue-Light; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">INTERN function."</span></div></blockquote></div><br class=""><div class="">Unusual cases, eh?    Are there example’s that don’t involve uninterned symbol’s?</div><div class=""><br class=""></div><div class=""> > (eq '#:zzz '#:zzz)</div><div class="">nil</div><div class="">> (flet ((f (&aux (*gensym-counter* 123)) (print (gensym)))) (eq (f) (f)))</div><div class="">#:g123</div><div class="">#:g123</div><div class="">nil</div><div class="">></div></body></html>