Newbie question
Hi! I'm trying to work through some of the examples in "Object-Oriented Progamming in Common Lisp" by Sonja Keene, and I'm kind-of stuck with the example on pg. 38, which uses a function "sys:%pointer" to obtain the address of an object in memory. The book states that this function isn't part of Common Lisp, but is defined in some implementations. I'm guessing that the Lisp Works implementation doesn't define it (I got the error "Symbol "%POINTER" not found at all in the SYSTEM package" when I tried it). Is there some other way to obtain the address of an object? I tried using "(string ...)" and "(coerce ... '(string))", but neither worked. Thanks. _______________________________________________ Lisp Hug - the mailing list for LispWorks users lisp-hug@lispworks.com http://www.lispworks.com/support/lisp-hug.html