What is Ruby?
In this page:
What is Ruby?
Ruby is a dynamic, object-oriented programming language created by Yukihiro "Matz" Matsumoto in Japan, first released in 1995, and designed explicitly around programmer happiness and readable, elegant syntax. Ruby is best known as the language behind Ruby on Rails, a web framework that powers products like GitHub, Shopify, and Airbnb, but it's also widely used for general scripting and automation. Its clean, expressive syntax makes it a popular first language for learning object-oriented programming.
Note: GitHub itself was originally built with Ruby on Rails -- learning Ruby gives you a direct path into one of the most beginner-friendly yet production-proven web frameworks in the industry.
Example: What is Ruby?
puts "Hello, World!"
Login to try C/C++/Java/PHP code in the editor
Chapter Quiz — Complete all 7 topics to unlock
0/7 topics done
Complete these topics first: