Surgeon, > -----Original Message----- > From: Surgeon [mailto:biyokuantum / gmail.com] > > In order to build GUIs with Ruby, should I learn Tk? > By the way, I have tried to find Tk tutorials and I have seen > that all of them start with Tcl. Are Tcl and Tk "inseparable" > things? If I want to use/learn Tk, should I learn Tcl first? > No need to learn Tcl if you want to lean Tk. Also, for building GUI's in Ruby you shouldn't need to learn Tk, there are other options. I have very good experiences with fxruby ( http://www.fxruby.org/ ) myself. Almost everything I tried worked as expected, it's quite intuitive and fast and I was able to take my sources developed on a Linux box to a windows machine and it just worked - no further tweaking needed. Why did I first choose fxruby ? It seemed to be both mature enough and able to give me what I wanted fast without putting up too much of a fight. Piet.