Menu
Coddy logo textTech

What is Ruby?

Part of the Fundamentals section of Coddy's Ruby journey — lesson 1 of 88.

Ruby is a dynamic, object-oriented programming language designed for simplicity and productivity. Created by Yukihiro Matsumoto in the mid-1990s, Ruby emphasizes elegant syntax that is natural to read and easy to write, making it a favorite among developers for web development, automation, and scripting.

challenge icon

Challenge

Easy

Press the run code button to run your first code in Ruby

Cheat sheet

Ruby is a dynamic, object-oriented programming language with elegant syntax designed for simplicity and productivity.

To output text in Ruby, use puts:

puts "Hello World!"

Try it yourself

puts "Welcome to Ruby programming!"

All lessons in Fundamentals