Answer the question
In order to leave comments, you need to log in
Interested in JS Ruby. Where to begin?
Windows 10 system. Ruby is interesting for creating plugins for SketchUp.
So where to start? What books to watch? What interpreter to use? Where to write code?
The question, of course, is superficial, but nevertheless I don’t know this either.
Answer the question
In order to leave comments, you need to log in
you can start with this , see something else for an initial acquaintance here
Download the Ruby interpreter here You can start
the interactive interpreter with the command irb
. Under Windows, you may need the full path to the application to run (something like c:\Ruby\bin\irb
)
To work with the command line under Windows, I also recommend installing ConEmu
To start coding in Ruby, one of the most convenient editors is Kate or Sublime Text
Initial practical examples of programming in Ruby in the manual on Ruby on Rails
If you want to practice on "pure" Ruby, you can write several scripts inrspec
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question