Re: Larry Wall, on Tcl



Alan Anderson wrote:
Darren New <dnew@xxxxxxxxxx> wrote:

Cameron Laird wrote:
EIAS isn't a good thing?
It has its drawbacks. Like, no garbage collection of referenced objects.

What is a "referenced object" and why should I care?

Because garbage collection is good? Especially of external resources like file handles? If everything is a string, you have no pointers, and hence no garbage collection.

I write long-running, robust software in Tcl. It would be enhanced by the ability to use OO features without mistakes leading to leaks, for example.

--
Darren New / San Diego, CA, USA (PST)
It's not feature creep if you put it
at the end and adjust the release date.
.



Relevant Pages

  • Re: Larry Wall, on Tcl
    ... the ability to use OO features without mistakes leading to leaks, ... system help you avoid making such mistakes? ... form of garbage collection. ... It's not feature creep if you put it ...
    (comp.lang.tcl)
  • Re: Larry Wall, on Tcl
    ... no garbage collection of referenced objects. ... I write long-running, robust software in Tcl. ... This implies a controller above the level of the objects, ...
    (comp.lang.tcl)
  • Re: Larry Wall, on Tcl
    ... Especially of external resources ... Garbage collection is good, but it requires knowing that something is ... system help you avoid making such mistakes? ...
    (comp.lang.tcl)
  • Re: Larry Wall, on Tcl
    ... no garbage collection of referenced objects. ... What is a "referenced object" and why should I care? ... (I do know the answer to the first question, making it rhetorical, but ...
    (comp.lang.tcl)