hexdump: yes if nobody references an object, it will get deleted(immediately... squirrel is ref counted).
cya: it could be possible to have a destructor but it would be expensive and it would drag in a lot of problems like object resurrection. What is the VM going to do if the destructor assigns the 'this' object to a global?....things of this kind. It can be done, but it's messy. I don't like messy :)
Alberto