+ 2
What is ruby? Where to use it?
8 Answers
+ 13
"""Welcome to Ruby!
Ruby is a dynamic, object-oriented, general-purpose programming language.
It is ranked among the top 10 programming languages worldwide. Much of its growth is attributed to the popularity of software written in Ruby, particularly the Ruby on Rails web framework.
A quote from its creator, Yukihiro "Matz" Matsumoto: "Ruby is simple in appearance, but is very complex inside, just like our human body."
Matsumoto has said that Ruby is designed for programmer productivity and fun, following the principles of good user interface design.
In Ruby, everything (even a simple number) is an object. We will learn more about objects in the coming lessons.
Ruby is also completely free. Not only free of charge, but also free to use, copy, modify, and distribute.
"""
~Sololearn course
+ 9
It is a programming language. More basics are found in the first few lessons of:
https://www.sololearn.com/Course/Ruby/?ref=app
+ 7
You need an IDE to use it
https://www.sololearn.com/discuss/608062/?ref=app
+ 7
New Boston Tutorial
- Teaches how to Install the Ruby editor
/IED
- How to code with ruby
https://www.youtube.com/playlist?list=PL1512BD72E7C9FFCA
+ 7
@Khokhar Thanks for marking my answer but honestly, the first lesson of the Ruby course says exacrly that, so go do the course now!
+ 5
thank you very much friends 🙏
0
Ruby on Rails framework.
0
But do you just download it and code?