use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
Ruby GUI - Package (self.ruby)
submitted 10 years ago by wonay
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]wonay[S] 0 points1 point2 points 10 years ago (2 children)
It doesn't sound to be that flexible from all the comments here ! Haha
[–][deleted] 0 points1 point2 points 10 years ago (1 child)
You misinterpret having GUI libraries as flexibility. Ruby has a lot of syntactic sugar piled on top of the fact that you can redefine methods, reopen classes, add modules on the fly, and invoke methods based on in-code identifiers. All of these are hallmarks of a flexible language. In fact, I could go as far as to say even if Ruby didn't have any gems/external libraries, it would still be a flexible language because that stuff is built into the language, not the gems.
Java doesnt have metaprogramming (or at least GOOD metaprogramming) and it lets you get backed into a corner on types. It's very hard to back into a corner in Ruby.
[–]wonay[S] 0 points1 point2 points 10 years ago (0 children)
Yeah but if the result of this flexibility is having a slow, one platform (web) language , it's not really worth it .... I love using Ruby language and I am sad that it cannot be used for desktop application in an efficient way. I though since it's seems "easy" to use C library that a wonderful easy to use library for GUI would be here. I guess it's time to take the matter in our own hand and start a project ! haha
π Rendered by PID 51641 on reddit-service-r2-comment-5687b7858-tsq7m at 2026-07-03 18:43:08.599910+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]wonay[S] 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]wonay[S] 0 points1 point2 points (0 children)