From: "Horacio López" Date: 2002-01-22T11:01:24+09:00 Subject: Re: RANT: Ruby GUI API > This is just personal opinion but I'd hate to see the Ruby GUI API > standardize on anything C++ based. I've used a few C++ UI toolkits and, > while they all worked, they were just so un-Ruby. Part of the joy of Ruby is > that you don't have to start subclassing to get anything done. Not sure about what "few C++ UI" toolkits you are talking about, but the FXRuby bindings even support Ruby specific constructs like iterators for some tasks. (http://fxruby.sourceforge.net/) cheers, vruz