0
Is there a compiler or special software I can install to practice and run Ruby on my Windows PC?
Please excuse my ignorance. I'm completely new to programming and read on some websites that Ruby was easier to read and learn for beginners. I prefer to use the app to learn and practice on my computer at the same time.
8 Respuestas
+ 4
Generally, you'd want to run .rb files directly through Window's command prompt. Set the directory using "cd <path>", then run your Ruby program with "ruby <filename>.rb".
You will need to download Ruby before you are able to do this, there are straight-up executables on the web that will do it all for you, and associate .rb files with Ruby.
If you don't want to go through all the hassle, but rather just run quick small programs, honestly just use Sololearn's code playground.
+ 3
Jetbrains RubyMine
+ 2
use rubinius
+ 2
not even need install visit https://www.nitrous.io and code as much as you want by creating ruby on rails app
+ 1
railsinstaller is a good one,from
http://railsinstaller.org/en . it includes the following Packages in one install
Ruby
Rails
Bundler
Git
Sqlite
TinyTDS
SQL Server Support
DevKit
+ 1
To install Ruby on a windows machine go to rubyinstaller.org and install the latest version from there. Then use irb to practice your Ruby. It's well worth learning irb as it helps with debugging programs in the future.
0
The Eclipse IDE along with the latest Dynamic Language ToolKit will allow you to program and tasty on Windows.
0
Is Rubi use to make computer games?