Is it possible to add finalization capabilities to ECL? What I'd like is to be able to register a handler for a given object, which would be called when the object is GC'ed (the handler would be called with the object as argument). Michael.