The Ruby Way
Цена 33.99 - 67.51 USD
Ruby is a fully object-oriented, dynamic scripting language which borrows some of the best features from LISP, Smalltalk, Perl, CLU, and other languages, and blends them into a harmonious whole. The design philosophy or Ruby encourages human-oriented design, rapid development, and test-first coding. Use Ruby where you would use Perl, C++, Smalltalk or Python, but free from special cases, reliance on workspace, and with greater simplicity. Ruby syntax is elegant, fast and powerful making programs that are concise, easy to understand and maintain. The Ruby Way takes a "how-to" approach to Ruby programming with the bulk of the material consisting of more than 300 examples arranged by topic. Each example answers the question-"How do 1 do X in Ruby?" Working along with the author, you are presented with the task description and a discussion of the technical constraints. This is followed by a step-by-step presentation of the best possible solution. Along the way, the author provides...