Re: What does Tcl lack?
From: Darren New (dnew_at_san.rr.com)
Date: 02/21/05
- Next message: sigzero_at_gmail.com: "ActiveState Tcl 8.5b3"
- Previous message: Georgios Petasis: "Re: canvas to jpeg"
- In reply to: ethouris: "Re: What does Tcl lack?"
- Next in thread: Steve Lidie: "Re: What does Tcl lack?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 21 Feb 2005 18:45:04 GMT
ethouris wrote:
> as probably the only programming language in the world.
FORTH and Lisp both handle this aspect nicely, too. Not as nicely as
Tcl, mind... :-)
As for what it lacks, some mechanism to automatically dispose of values
when references to them go away. When the last "file6" goes away, file 6
should get closed. When nobody needs the command $myobject, that command
should get cleaned up. Admittedly, very difficult to do, to the point
where I can't even imagine how to begin thinking about how to do it.
Perhaps some specialized allocation mechanism that you could
occasionally garbage-collect programatically.
--
Darren New / San Diego, CA, USA (PST)
He had a name like someone sneezing with
a mouth full of alphabet soup...
- Next message: sigzero_at_gmail.com: "ActiveState Tcl 8.5b3"
- Previous message: Georgios Petasis: "Re: canvas to jpeg"
- In reply to: ethouris: "Re: What does Tcl lack?"
- Next in thread: Steve Lidie: "Re: What does Tcl lack?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|