English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Ruby è un linguaggio di programmazione orientato agli oggetti puro. È stato creato da Yukihiro Matsumoto (まつもとゆきひろ) del Giappone nel 1993.
Il nome di Yukihiro Matsumoto (まつもとゆきひろ) può essere trovato nella lista di posta elettronica Ruby su www.ruby-lang.org. Nella comunità Ruby, Matsumoto è noto anche come Matz.
Ruby è il "miglior amico degli sviluppatori".
Le caratteristiche di Ruby sono simili a quelle di Smalltalk, Perl e Python. Perl, Python e Smalltalk sono linguaggi di script. Smalltalk è un linguaggio orientato agli oggetti. Ruby, come Smalltalk, è un linguaggio orientato agli oggetti perfetto. La sintassi di Ruby è molto più facile da usare rispetto a quella di Smalltalk.
To execute the examples discussed in this tutorial, you need a computer with at least 2GB of RAM (recommended 4GB) with an Intel Core i3 or i5 processor. 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 indicate how to install Ruby and configure the environment to prepare for developing Ruby applications.