From: matz@... (Yukihiro Matsumoto) Date: 2001-10-24T11:09:13+09:00 Subject: [ruby-talk:23134] Re: Bruce Eckel's opinion of Ruby In message "[ruby-talk:23107] Re: Bruce Eckel's opinion of Ruby" on 01/10/24, Sean Russell writes: |> 10. Reference counting works hand-in-hand with Python's destructors to |> handle resource cleanups in a real-time manner that's difficult with Ruby | |This (and 9) would be easily solved by a mechanism to force the garbage |collector to run; if Ruby doesn't have one, it should. GC.start