When will Java go mainstream like Python?

Mel mwilson at the-wire.com
Thu Feb 25 10:58:14 EST 2010


sjdevnull at yahoo.com wrote:

> You're right that ref counting in many implementations is more
> deterministic than other common forms of garbage collection; IMO,
> Python would be well-served by making the ref-counting semantics it
> currently has a guaranteed part of the language spec--or at least
> guaranteeing that when a function returns, any otherwise unreferenced
> locals are immediately collected.

That would be nice.  The argument against it is that it would make 
implementations like Jython very difficult to make, if it didn't rule them 
out altogether.

	Mel.





More information about the Python-list mailing list