0

Do we need a different editor separately for Ruby??

Thank you.

5th Dec 2016, 10:28 AM
Nikhil Sharma
Nikhil Sharma - avatar
2 Réponses
+ 3
From the Code Playground? Nope. You can still use notepad++. You still need the ruby installer, to make the code in your pc work, or you can use the online one: https://code.sololearn.com/#rb
5th Dec 2016, 10:32 AM
Nahuel
Nahuel - avatar
+ 1
Sublime is good for all programming languages. Or if you're geeky Vim, or Emacs. These editors handle almost all languages. However you may want to use an IDE for various purposes, including debugging, automatic namespacing, etc. Means IDE gives you added functionality. However if you're just trying out some piece of code, IDE is not necessary.
5th Dec 2016, 11:20 AM
Rishi Anand
Rishi Anand - avatar