From: Dido Sevilla Date: 2006-10-25T18:03:29+09:00 Subject: Re: Ruby's garbage collector... On 10/25/06, Robert Klemme wrote: > On 25.10.2006 10:10, Dido Sevilla wrote: > > This statement is false. Neither Java nor Ruby have trouble collecting > > garbage consisting of circular references. Ruby and Perl on the other > > hand, use a reference counting "garbage collector" that *does* have > > this limitation. > > Um, this sounds pretty contradictory. Oops, I meant to say *Python* and Perl. :)