On 24 Jan 2007, at 23:40, David Welton wrote:

On 1/24/07, Kristoffer Lawson <[EMAIL PROTECTED]> wrote:

Well, XOTcl has a lot in it, but you can start from basics and just
stick with that. You really don't need filters and mixins in day-to-
day OO operations. Of course once you do need them, they're most
valuable.

The elephant in that room is garbage collection, as I mentioned on
tcl-core.  I want my objects deleted automatically.

I would like that too, but unfortunately this is far from trivial in Tcl. It may not even be possible in a reasonable sense. Laddered string would help a lot to do something about it and there was that variable trick mentioned on the Wiki. Apart from that, you would need to break Tcl to make it happen (which, I guess, is what Hecl is about).

           /  http://www.fishpool.com/~setok/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to