From: Matthew Harris Date: 2006-06-13T21:24:24+09:00 Subject: Re: Can you build large applications using Ruby? Hey Lasse, > Can you build f.ex a Word clone in ruby or a browser like Firefox? Yes, you can build a Word clone, or a browser like Firefox. In fact, for the Firefox thing, you could use GTK and and the GtkMozEmbed widget, which is the entire browser itself, all you have to do is connect to its signals and do what you will with them. > Im guessing that you could build it in Ruby, hey you could proberly do > it in perl, but how about the performance, since ruby is an interpreted > language im worried about the performance, can anyone give me an idea of > how well Ruby performs with larger GUI applicantions? You could do it in Perl, you could also do it in Python. Both of these are better options than Ruby, performance-wise. If you want to use Ruby for GUI development, you probably want to use the most efficient toolkit, Qt for example is faster than GTK. wxRuby is an unmotivated project (unlike wxPython), which is aimed to bring Ruby bindings for wxWidgets, the cross-platform GUI toolkit. I hope this gives you enough information to make a decision. Though it doesn't hurt to use Ruby, I mean... look at all the other people who do? :) -- Matt