Difference between revisions of "Ruby (programming language)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→External links) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 29: | Line 29: | ||
* [https://en.wikipedia.org/wiki/Ruby_(programming_language) Ruby (programming language)] @ Wikipedia | * [https://en.wikipedia.org/wiki/Ruby_(programming_language) Ruby (programming language)] @ Wikipedia | ||
+ | * [http://www.ruby-lang.org/en/ Official website] | ||
+ | * [http://rubyinstaller.org/ RubyInstaller] - application for installing Ruby on [[Microsoft Windows]] | ||
+ | |||
+ | |||
+ | [[Category:Computer programming]] | ||
+ | [[Category:Programming languages]] |
Latest revision as of 09:56, 16 August 2016
Ruby is a general-purpose programming language.
Contents
Description
Ruby uses several programming paradigms, including:
It also has a dynamic type system and automatic memory management.
History
Ruby was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan.
According to its authors, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp.
See also
- Computer programming
- Functional programming
- General-purpose programming language
- Imperative programming
- Object-oriented programming
- Programming language
External links
- Ruby (programming language) @ Wikipedia
- Official website
- RubyInstaller - application for installing Ruby on Microsoft Windows