书籍 Programming Ruby的封面

Programming Ruby

Dave Thomas

出版时间

2004-10-07

ISBN

9780974514055

评分

★★★★★

标签

web编程

书籍介绍

Ruby is an increasingly popular, fully object-oriented dynamic programming language, hailed by many practitioners as the finest and most useful language available today. When Ruby first burst onto the scene in the Western world, the Pragmatic Programmers were there with the definitive reference manual, Programming Ruby: The Pragmatic Programmer's Guide.

Now in its Second Edition, author Dave Thomas has expanded the famous Pickaxe book with over 200 pages of new content, covering all the new and improved language features of Ruby 1.8 and standard library modules. The Pickaxe contains four major sections: An acclaimed tutorial on using Ruby. The definitive reference to the language. Complete documentation on all built-in classes, modules, and methods Complete descriptions of all 98 standard libraries.

If you enjoyed the First Edition, you'll appreciate the new and expanded content, including: enhanced coverage of installation, packaging, documenting Ruby source code, threading and synchronization, and enhancing Ruby's capabilities using C-language extensions. Programming for the world-wide web is easy in Ruby, with new chapters on XML/RPC, SOAP, distributed Ruby, templating systems and other web services. There's even a new chapter on unit testing.

This is the definitive reference manual for Ruby, including a description of all the standard library modules, a complete reference to all built-in classes and modules (including more than 250 significant changes since the First Edition). Coverage of other features has grown tremendously, including details on how to harness the sophisticated capabilities of irb, so you can dynamically examine and experiment with your running code. "Ruby is a wonderfully powerful and useful language, and whenever I'm working with it this book is at my side" --Martin Fowler, Chief Scientist, ThoughtWorks

用户评论
这个假期必须读完,已经拖了好久了
good read for ruby
一般,讲的清楚但不深入,适合做入门书
ruby真是挺好玩的,又好看。
非常好.
讲解顺序太奇葩...并不适应...但还是很全面的,毕竟bookshelf.
据说Ruby是最好的动态语言,甩第二名lisp好几条街;然而对于这本书而言,个人佩服作者水平,Ruby个中要点娓娓道来,然而这本书决然不是写给不会Ruby的人看的,或者说对未曾研究过动态编程语言的读者而言确实有点儿"柴"。
思路不够清晰,并不是特别适合有点基础的初学者。
学习ruby基础操作,通过此书可以很快对ruby on rails,上手开发简单的web应用。