← Back to Ruby Course | Chapter 1: Setup & Basics | Lesson 1 of 7

What is Ruby?

In this page:

  1. What is Ruby?

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?

markup
puts "Hello, World!"
🔒

Chapter Quiz — Complete all 7 topics to unlock

0/7 topics done

Complete these topics first:

Login to run this code

C/C++/Java/PHP execution requires a free account. Your code is saved — you'll land right back in the editor after logging in.