Ruby
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) m |
Dan Tobias (Talk | contribs) |
||
Line 5: | Line 5: | ||
|released=1995 | |released=1995 | ||
}} | }} | ||
− | ''' | + | '''Ruby''' is a programming language often used for web applications, particularly with the framework '''Ruby On Rails''' that is built on it. Its syntax has influences from [[Perl]], [[LISP]], and other languages. It supposedly follows the "Principle of Least Astonishment" in its manner of having various constructs work in the way its users would expect, though this always depends on ''which'' users' expectations are being met. |
== References == | == References == | ||
Line 15: | Line 15: | ||
* [https://github.com/flori/amatch amatch Ruby library for string matching] | * [https://github.com/flori/amatch amatch Ruby library for string matching] | ||
* [https://www.ruby-lang.org/en/news/2013/12/21/semantic-versioning-after-2-1-0/ Semantic versioning after 2.1.0] | * [https://www.ruby-lang.org/en/news/2013/12/21/semantic-versioning-after-2-1-0/ Semantic versioning after 2.1.0] | ||
+ | * [http://readwrite.com/2014/02/24/ruby-21-anniversary-milestones-programming-language-rails Ruby Turns 21: 5 Major Milestones Of The Programming Language] |
Revision as of 04:55, 25 February 2014
Ruby is a programming language often used for web applications, particularly with the framework Ruby On Rails that is built on it. Its syntax has influences from Perl, LISP, and other languages. It supposedly follows the "Principle of Least Astonishment" in its manner of having various constructs work in the way its users would expect, though this always depends on which users' expectations are being met.