From: Marc Heiler Date: 2009-08-11T20:34:28+09:00 Subject: Re: Use Ruby to create Win executable? > 1. I think it's entirely possible to create a GUI with Ruby (either with > Ruby itself or with Shoes). Is this right? (I'm more familiar with > writing Perl scripts that I execute on the command-line, I have no > experience with writing GUI). There are plenty of GUI bindings for ruby towards i.e. ruby-gtk, qt, FOX, wxwidgets and so on. Ruby is pretty much in the same boat as perl is here. I think you might also invoke some basic window GUI components like an alertbox and similar via ruby only. But I think a nice toolkit would be a better choice in the long run. -- Posted via http://www.ruby-forum.com/.