English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Ruby is a pure object-oriented programming language. It was created by Yukihiro Matsumoto (まつもとゆきひろ) from Japan./Yukihiro Matsumoto (松本行弘) created1993year.
You can find more information at www.ruby-You can find Matsumoto Yukihiro (まつもとゆきひろ) on the Ruby mailing list at lang.org./The name of Yukihiro Matsumoto (松本行弘). In the Ruby community, Matsumoto is also known as Matz.
Ruby is the 'best friend of programmers'.
The features of Ruby are similar to those of 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's syntax is much easier than using Smalltalk's syntax.
To run the examples discussed in this tutorial, you need at least 2GB (recommended to be 4GB) Intel Core i3 or i5 computer. You also need the following software:
This tutorial will introduce how to use Ruby to create GUI, network, and web applications. It will also discuss how to extend and embed Ruby applications.
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 to prepare for developing Ruby applications.