Re: Larry Wall, on Tcl
- From: Alan Anderson <aranders@xxxxxxxxxxxxx>
- Date: Fri, 14 Dec 2007 22:25:48 -0500
Darren New <dnew@xxxxxxxxxx> wrote:
tom.rmadilo wrote:
I wish someone would explain why the need to GC could be considered a
good thing if you use a language that strictly speaking cannot create
garbage.
Your view of "garbage" is too limited.
In the context of "garbage collection", isn't the view rather well
defined? I wonder what yours is. My view is that it's a resource which
can be used and later returned to availability, but has somehow been
misplaced before being returned. Nothing is actively using it, or *can*
actively use it, because the way to use it has been lost.
I suppose one can intentionally create something like garbage in Tcl by
discarding the result of a command like [open] or [image create] (though
it's probably still theoretically possible to recover such handles with
suitable introspection). But that strikes me as a contrived example.
.
- Follow-Ups:
- Re: Larry Wall, on Tcl
- From: Darren New
- Re: Larry Wall, on Tcl
- References:
- Larry Wall, on Tcl
- From: Bryan Oakley
- Re: Larry Wall, on Tcl
- From: tom.rmadilo
- Re: Larry Wall, on Tcl
- From: Bryan Oakley
- Re: Larry Wall, on Tcl
- From: tom.rmadilo
- Re: Larry Wall, on Tcl
- From: Cameron Laird
- Re: Larry Wall, on Tcl
- From: Darren New
- Re: Larry Wall, on Tcl
- From: Alan Anderson
- Re: Larry Wall, on Tcl
- From: Darren New
- Re: Larry Wall, on Tcl
- From: tom.rmadilo
- Re: Larry Wall, on Tcl
- From: Donal K. Fellows
- Re: Larry Wall, on Tcl
- From: tom.rmadilo
- Re: Larry Wall, on Tcl
- From: Darren New
- Larry Wall, on Tcl
- Prev by Date: Re: Larry Wall, on Tcl
- Next by Date: Re: Larry Wall, on Tcl
- Previous by thread: Re: Larry Wall, on Tcl
- Next by thread: Re: Larry Wall, on Tcl
- Index(es):
Relevant Pages
|