What is Ruby Programming Language ??
Ruby is…
In Simple…
A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
Ruby is an interpreted, high-level, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. Ruby is dynamically typed and uses garbage collection. Wikipedia
Stable release: 2.7.1 (March 31, 2020; 5 months ago)
Implementation language: C
Developer: Yukihiro Matsumoto, et al
Typing discipline: Duck, dynamic, strong
Designed by: Yukihiro Matsumoto
Filename extensions: rb
What is Ruby Programming Used for ??
Ruby is most used for the building web applications.
However, it is a general-purpose language similar to Python, so it has many
other applications like data analysis, prototyping, and proof of concepts.
Probably the most obvious implementation of Ruby is Rails web, the development
framework built with Ruby.
Is Ruby good to learn??
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.
Documentation
Guides, tutorials, and reference material to help you
learn more about Ruby
Installing Ruby
Although you can easily try Ruby in your browser, you can also read
the installation
guide for help on installing Ruby.
Editor and IDEs
For coding in ruby, you can used the default editor of
your OS. Incidentally, You want more effective in coding, here is the list of popular
tools used for ruby.
Linux and cross-platform tools:
- Aptana Studio
- Emacs with Ruby
mode and Rsense
- Geany
- gedit
- Vim with vim-ruby plugin
and Rsense
- RubyMine
- SciTe
- NetBeans
- Sublime Text
- Atom
- Visual Studio Code
On Windows:
On macOS:
0 Comments