What is Ruby Programming Language?
- John Claude Llenes
- Sep 3, 2019
- 2 min read
Updated: Oct 8, 2019
Learn Ruby Programming - The Definitive Guide

It is used in a wide range of fields, but is best known as a language for Web Applications, because of the Ruby on Rails framework. The general purpose nature of Ruby makes it suitable for a wide array of programming tasks, just like Perl, Python and other general purpose languages.
Ruby is a language of careful balance. Its creator, Yukihiro “Matz” Matsumoto, blended parts of his favorite languages (Perl, Smalltalk, Eiffel, Ada, and Lisp) to form a new language that balanced functional programming with imperative programming.
Ruby itself is a forgiving language for beginners. At the end of the day Ruby on Rails applications are mostly written in Ruby, so it helps that it has a few features that make it especially good for beginners to learn.
Is Ruby programming language easy to learn?
Ruby is very easy to learn when compared to other programming languages. It's even easier to learn if you are already proficient in another language. The main reason is its readability and expressiveness. Ruby Is Still a Good Choice in 2019. On the cusp of each new year, we're usually pelted by articles proclaiming the death of this gem of a framework. And while Ruby on Rails is almost 15 years old, it's nowhere close to passing on from the world of programming.
Many Ruby developers find it fun to work with Ruby, and fun is a great motivator when learning to code. Ruby is a very high level language, which means Ruby abstracts away (i.e. handles for you) most of the complex details of the machine. Thus, you can quickly build something from scratch with less lines of code.
Comentarios