From: Ronald Fischer Date: 2007-08-08T17:00:39+09:00 Subject: Re: I came from Perl, and would ask for some quick start point > > Alternatively, you might want to have a look at Arcadia > > (http://arcadia.rubyforge.org/). > > > > In addition, I find the following utilities useful for > having a quick > > on-line doc at your hand: > > > That's Wow! so I try immediately.... but I got the error of unable to > found tk84.dll. > Anyway, I do really want to retry on ! You need to install Tk (Arcadia is a Ruby language which uses Tk, and Ruby does not come with the Tk runtime bundled). Unfortunately, this information is stated only vaguely on the Arcadia website ("...written in Ruby using the classic tcl/tk GUI toolkit"). See http://ruby.about.com/od/desktop/p/ruby_tk.htm (in the section "Installation/ Setup") on how to get the Tk runtime. This makes sense anyway, even if you in the end don't plan to use Arcadia, in case you want to write your own GUI applications using Ruby and Tk. Ronald