From: William Djaja Tjokroaminata Date: 2002-09-27T05:36:58+09:00 Subject: Re: adding overload to ruby I think you are almost there, Dave. This really encourages people to write more heavy-duty applications in Ruby (not to mention in convincing our bosses...) :) Cheers, Bill ========================================================================== Dave Thomas wrote: > William Djaja Tjokroaminata writes: >> Yes, garbage collector makes it easy for the programmer, but nothing good >> comes without any cost. Anyone dare to write a browser like Netscape in >> Ruby? Anyone dare to rewrite the Ruby parser in Ruby? > I wrote parts of an X11 Window manager in Ruby, and RDoc uses the irb > parser, written in Ruby.