Ron Garret <rNOSPAMon@flownet.com> wrote:
+---------------
| Note by the way that the Lisp reader can produce some surprising
| results, e.g.:
|
| P2[19]> (eq 'baz (read-from-string (format nil "~S" 'baz)))
| T
| P2[20]> (eq 'foo (read-from-string (format nil "~S" 'foo)))
| NIL
|
| How this can happen is left as an exercise for the reader
| (no pun intended).
+---------------
O.k, I give up. How?!? [Assuming that those *are* indeed
successive REPL commands with no intervening operations...]
-Rob
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607