From: Mistral Contrastin Date: 2012-02-02T20:25:56+09:00 Subject: Re: Newbie to Ruby Ruby is a scripting language so unless you want to compile the C code, you will need an interpreter. I haven't actually used it on Windows but I think there's this ruby installer, which you setup everything with double click. The address for that is: http://rubyinstaller.org/ TryRuby is an interactive ruby teaching environment. It is not anything elaborate but will teach you the basics. The address is http://tryruby.org/ After that get your hands on the famous pickaxe book http://pragprog.com/book/ruby/programming-ruby (it is the almost official ruby bible) -- Posted via http://www.ruby-forum.com/.