Returns the address of a Lisp object.
system
object-address object => address
object⇩ |
A Lisp object. |
address⇩ |
An integer. |
The function object-address
returns the address of the Lisp object object as an integer address. Note that the address of object may change during garbage collection so this integer should be used for debugging purposes only.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:02