Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. This article dives into the happens-before ...
Windows and Mac OS X: Hackety Hack is an application designed to teach complete beginners how to program in Ruby, eventually giving you the ability to create actual applications for the desktop and ...
I spent part of the morning goofing around with Shoes. It's a very simple GUI toolkit from _why, the guy who wrote Why's Poignant Guide to Ruby.<BR><BR>Although the docs have the wackiness you would ...
Every few years something significant happens in the land of computer programming. In my opinion the Ruby computer language is such a landmark. Over the years I have seen programmer productivity go up ...
If you have always wanted to teach your child a programming language, there is no better time than the present. Ruby for kids is a site that includes directions and screencasts for a new programmer, ...
The local tech community is hosting a conference for computer programmers and software developers interested in the Ruby programming language later this month. The Nickel City Ruby Conference, planned ...
Hi,<BR><BR>I'm trying to create a program that can tie the I/O of a socket to some kind of text box. The user types in the box, and whatever comes back through the socket gets displayed there as well.