From: Kero Date: 2005-07-18T07:05:53+09:00 Subject: Re: ] Re: Ruby has ruined my Java (was Re: Ruby has ruined my C++) On 2005-07-17, tony summerfelt wrote: >> After 4 years, Ruby still hasn't ruined itself. > > after working with it for a few months i'm starting to see some holes. I didn't say there were no holes. No language is perfect. But so far the positive experiences outweigh the negative ones, easily. > there doesn't seem to be a 'standard' gui that's fully implemented for > ruby. the gui's that AREA available need work. and for newbies they > aren't easy to work with at all. uhm. some people like some GUI binding of Ruby. Others hate the same binding. Personally, I haven't seen a single good GUI library in any language; so I can't hold this against Ruby :) > in tcl/tk you can use this to create a button > > button .b -text "quit" -command {exit} > pack .b and in Ruby/Tk you do: b = TkButton.new(nil, "text"=>"quit").pack b.command { exit } I fail to see what you're trying to argue here... +--- Kero ------------------------- kero@chello@nl ---+ | all the meaningless and empty words I spoke | | Promises -- The Cranberries | +--- M38c --- http://members.chello.nl/k.vangelder ---+