help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Object identity


From: Stefan Monnier
Subject: Re: Object identity
Date: Tue, 21 Oct 2003 16:55:16 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> I don't think there's such a thing, although it'd be easy to add given the
> current non-copying GC.  On another hand, I'm wondering what you want it

Actually, easier to add would be an `object<' comparison function
which would be equivalent to
(lambda (o1 o2) (< (object-identity o1) (object-identity o2))


        Stefan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]