Y
Hacker News
new
|
ask
|
show
|
jobs
by
icebraining
3898 days ago
I think Python make the difference clear, with == vs "is".
1 comments
msbarnett
3898 days ago
Ruby provides object_id for the same purpose. Comparing those for equality provides the "is_" semantics.
link