You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has learned/stolen a ton from the languages that came before it.
It's elegant and easy to learn
It doesn't focus on making code as short as possible, it cares about readability
It has a huge community behind it - documentation, tutorials, etc.
RAILS!
Ruby is a well designed object oriented language. It is easy to read and stresses the DRY (Don't Repeat Yourself) principle. Since many of the method names and the ruby syntax itself is so much like english, it is an ideal language to start with.