Ruby by Example

Ruby by Example
Author :
Publisher : No Starch Press
Total Pages : 314
Release :
ISBN-10 : 9781593271602
ISBN-13 : 1593271603
Rating : 4/5 (02 Downloads)

Book Synopsis Ruby by Example by : Kevin C. Baird

Download or read book Ruby by Example written by Kevin C. Baird and published by No Starch Press. This book was released on 2007-06-01 with total page 314 pages. Available in PDF, EPUB and Kindle. Book excerpt: There may be no better way to learn how to program than by dissecting real, representative examples written in your language of choice. Ruby by Example analyzes a series of Ruby scripts, examining how the code works, explaining the concepts it illustrates, and showing how to modify it to suit your needs. Baird's examples demonstrate key features of the language (such as inheritance, encapsulation, higher-order functions, and recursion), while simultaneously solving difficult problems (such as validating XML, creating a bilingual program, and creating command-line interfaces). Each chapter builds upon the previous, and each key concept is highlighted in the margin to make it easier for you to navigate the book. You'll learn how to: –Use the interactive Ruby shell (irb) to learn key features of the language –Extend Ruby using RubyGems, the Ruby package manager –Create numerical utilities, as well as utilities that process and analyze HTML/XML –Implement purely functional and metaprogramming techniques to save time and effort –Optimize, profile, and test your code to make sure that it not only does its job, but does it well –Create web applications using Rails Ruby is the fastest growing programming language today, and for good reason: its elegant syntax and readable code make for prolific and happy programmers. But it can be difficult to understand and implement without a little help. Ruby by Example shows you how to take advantage of Ruby as you explore Ruby's fundamental concepts in action.


Ruby by Example Related Books

Ruby by Example
Language: en
Pages: 314
Authors: Kevin C. Baird
Categories: Computers
Type: BOOK - Published: 2007-06-01 - Publisher: No Starch Press

DOWNLOAD EBOOK

There may be no better way to learn how to program than by dissecting real, representative examples written in your language of choice. Ruby by Example analyzes
Eloquent Ruby
Language: en
Pages: 446
Authors: Russ Olsen
Categories: Computers
Type: BOOK - Published: 2011-02-07 - Publisher: Addison-Wesley Professional

DOWNLOAD EBOOK

It’s easy to write correct Ruby code, but to gain the fluency needed to write great Ruby code, you must go beyond syntax and absorb the “Ruby way” of thin
The Book of Ruby
Language: en
Pages: 404
Authors: Huw Collingbourne
Categories: Computers
Type: BOOK - Published: 2011-07-11 - Publisher: No Starch Press

DOWNLOAD EBOOK

Ruby is famous for being easy to learn, but most users only scratch the surface of what it can do. While other books focus on Ruby's trendier features, The Book
Ruby Best Practices
Language: en
Pages: 328
Authors: Gregory T Brown
Categories: Computers
Type: BOOK - Published: 2009-06-11 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

How do you write truly elegant code with Ruby? Ruby Best Practices is for programmers who want to use Ruby as experienced Rubyists do. Written by the developer
The Ruby Programming Language
Language: en
Pages: 446
Authors: David Flanagan
Categories: Computers
Type: BOOK - Published: 2008-01-25 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

A guide to Ruby programming covers such topics as datatypes and objects, expressions, classes and modules, control structures, and the Ruby platform.