On Tue, 2004-04-06 at 08:42, Dan Sugalski wrote:

> So we can get the damn thing nailed down and done. If there's 
> something pending throw it on as a reply and we'll gather them up and 
> see about making it work.

I'd like to:

        - pass arguments to a constructor (or initializer, or whatever you want
to call it) without calling a separate method explicitly.  The BUILD
property Leo suggested looks like it'll work.

        - free memory for external data from an object finalizer (or
destructor, or whatever you want to call it), again without calling a
separate method explicitly.  Throwing a FINALIZE property on the class
looks like it'll also work.  I don't need reliable time of destruction,
as long as it's not a slow memory leak.

        - use nested namespaces properly, though what I have now will work for
now.

-- c

Reply via email to