Ruby
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) (→References) |
||
Line 16: | Line 16: | ||
* [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] | * [http://readwrite.com/2014/02/24/ruby-21-anniversary-milestones-programming-language-rails Ruby Turns 21: 5 Major Milestones Of The Programming Language] | ||
+ | * [http://learnrubythehardway.org/ Learn Ruby the Hard Way (free online book)] |
Revision as of 03:44, 9 February 2015
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.