You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So... I'm thinking that #eq should only be true if the objects' exist in the same memory locations. #equal (or something, maybe #=) could do value comparisons.
Integers and symbols should still work as expected, so long as the environment implementation works and doesn't create dupes... We may need to included arbitrary quoted forms among those that get hashed and only created once to match this behavior: http://www.lispworks.com/documentation/HyperSpec/Body/f_eq.htm ...but it's not that important right now.
Equality comparison of lists and conses seems to be broken:
The text was updated successfully, but these errors were encountered: