Easy Tutorial
❮ Ruby Cgi Sessions Ruby Cgi Cookies ❯

Ruby Introduction

Ruby is a pure object-oriented programming language. It was created by Yukihiro Matsumoto (まつもとゆきひろ/Yukihiro Matsumoto) from Japan in 1993.

You can find the name Yukihiro Matsumoto (まつもとゆきひろ/Yukihiro Matsumoto) on the Ruby mailing list at www.ruby-lang.org. In the Ruby community, Matsumoto is also known as Matz.

Ruby is "A Programmer's Best Friend".

Ruby features are similar to Smalltalk, Perl, and Python. Perl, Python, and Smalltalk are scripting languages. Smalltalk is a true object-oriented language. Ruby, like Smalltalk, is a perfect object-oriented language. Using Ruby syntax is easier than using Smalltalk syntax.

Features of Ruby

Tools You Will Need

To execute the examples discussed in this tutorial, you need a computer with at least 2GB of RAM (4GB recommended) and an Intel Core i3 or i5 processor. You will also need the following software:

This tutorial will introduce how to create GUI, network, and web applications using Ruby. Additionally, it will discuss how to extend and embed Ruby applications.

What's Next?

The next chapter will introduce where you can obtain Ruby and its documentation. Finally, it will guide you on how to install Ruby and configure the environment for developing Ruby applications.

❮ Ruby Cgi Sessions Ruby Cgi Cookies ❯