From: Robert Klemme Date: 2004-01-18T20:00:01+09:00 Subject: Re: is Ruby the right language for these projects? "Phil Tomson" schrieb im Newsbeitrag news:bud78318oi@enews2.newsguy.com... > Why not? Seems like a good Ruby project. The main problem is to choose a > GUI toolkit that will work on all three. Is that really the main problem? What about doing the conversions and burning? If it's not done by some external command line tool that simply has to be controlled by the Ruby app, it's likely that you have to develop a C extension for the conversion / burning work to get the speed you need. Additionally burning is likely to be heavily platform dependend. Just my .02 Euro robert