It would be nice to be able to allocate things on the stack. What happens, currently, is that if a reference to anything so allocated is converted to a Slot which is subsequently destroyed, tram attempts to free it (getting an exception.)
What would be nice is if dncount can tell from the address that something's stack-allocated, and not call delete no matter what the refcount value.