Arc Forumnew | comments | leaders | submitlogin
3 points by akkartik 4821 days ago | link | parent

I think all we need is that it be a stable value when literal objects are interned. So id.4 would probably never change, and (id "a") would change in common lisp because it creates new strings each time.