中古品:
¥700 税込
配送料 ¥350 5月31日-6月2日にお届け(23 時間 20 分以内にご注文の場合)
詳細を見る
コンディション: 中古商品: 良い
コメント: 表紙少しいたみ。うっすらとやけ。見開きページに蔵書印・シールあり(見苦しくない程度だと思います)
Kindleアプリのロゴ画像

無料のKindleアプリをダウンロードして、スマートフォン、タブレット、またはコンピューターで今すぐKindle本を読むことができます。Kindleデバイスは必要ありません

ウェブ版Kindleなら、お使いのブラウザですぐにお読みいただけます。

携帯電話のカメラを使用する - 以下のコードをスキャンし、Kindleアプリをダウンロードしてください。

KindleアプリをダウンロードするためのQRコード

著者をフォローする

すべてを表示
何か問題が発生しました。後で再度リクエストしてください。

Programming Ruby 1.9: The Pragmatic Programmers' Guide (Facets of Ruby) ペーパーバック – 2009/4/1

4.3 5つ星のうち4.3 28個の評価

この商品には新版があります:

Would you like to go from first idea to working code much, much faster? Do you currently spend more time satisfying the compiler instead of your clients or end users? Are you frustrated with demanding languages that seem to get in your way, instead of getting the work done? Are you using Rails, and want to dig deeper into the underlying Ruby language? If so, then we've got a language and book for you!

Ruby 1.9 is the latest version of Ruby. It has many compelling features, including multinationalization support, new block scoping, and better performance. At the same time, the current Ruby 1.8 is still being maintained and is widely used. We're therefore releasing both the Ruby 1.9 version of the PickAxe (this book) alongside the 1.8 version of the PickAxe. Readers can choose the book that matches their environment.

Ruby is a fully object-oriented language, much like the classic object-oriented language, Smalltalk. Like Smalltalk, it is dynamically typed (as opposed to Java or C++), but unlike Smalltalk, Ruby features the same conveniences found in modern scripting languages, making Ruby a favorite tool of intelligent, forward-thinking programmers and the basis for the Rails web framework.

This is
the reference manual for Ruby, including a description of all the standard library modules, a complete reference to all built-in classes and modules (including all the new and changed methods introduced by Ruby 1.9). It also includes all the new and changed syntax and semantics introduced since Ruby 1.8. Learn about the new parameter passing rules, local variable scoping in blocks, fibers, multinationalization, and the new block declaration syntax, among other exciting new features.

商品の説明

著者について

Dave Thomas and Andy Hunt are The Pragmatic Programmers. They are authors of the seminal book, The Pragmatic Programmer: From Journeyman to Master, and have since written more best-selling and award-winning books. Andy and Dave speak at clients and conferences around the world, and their publishing company, the Pragmatic Bookshelf, continues producing books that help software developers stay on the top of their game.Chad Fowler is co-director of Ruby Central, Inc., and remains an active, driving force in the Ruby community. Andy Hunt is a programmer turned consultant, author and publisher. He co-authored the best-selling book The Pragmatic Programmer, was one of the 17 founders of the Agile Alliance, and co-founded the Pragmatic Bookshelf, publishing award-winning and critically acclaimed books for software developers.

登録情報

  • 出版社 ‏ : ‎ Pragmatic Bookshelf; 第3版 (2009/4/1)
  • 発売日 ‏ : ‎ 2009/4/1
  • 言語 ‏ : ‎ 英語
  • ペーパーバック ‏ : ‎ 930ページ
  • ISBN-10 ‏ : ‎ 1934356085
  • ISBN-13 ‏ : ‎ 978-1934356081
  • 寸法 ‏ : ‎ 19.05 x 3.3 x 22.86 cm
  • カスタマーレビュー:
    4.3 5つ星のうち4.3 28個の評価

著者について

著者をフォローして、新作のアップデートや改善されたおすすめを入手してください。

カスタマーレビュー

星5つ中4.3つ
5つのうち4.3つ
28グローバルレーティング

この商品をレビュー

他のお客様にも意見を伝えましょう

上位レビュー、対象国: 日本

日本からの0件のレビューとお客様による0件の評価があります

他の国からのトップレビュー

すべてのレビューを日本語に翻訳
Amazon Customer
5つ星のうち5.0 Excellent book - used it a lot
2015年1月20日にカナダでレビュー済み
Amazonで購入
Excellent intro to Ruby.
Brandon Harris
5つ星のうち5.0 Great Reference for Veterans and Noobs Alike
2010年3月21日にアメリカ合衆国でレビュー済み
Amazonで購入
I've been using Rails for a few years, but I never dug deeply into Ruby. This book is one of the best technical books I have read, it keeps you engaged, which is very touch to do with such a dry subject matter. I read cover to cover (except the reference in the back) and I feel very confident in my Ruby skills. I learned something new in every chapter, and have a more grounded understanding of Ruby. I have already used this book as a reference, and I expect to do the same for quite a while.

If you are using Ruby in any way, this book should be in your library.
6人のお客様がこれが役に立ったと考えています
レポート
tomq
5つ星のうち5.0 to the point, clear instructions
2012年8月30日に英国でレビュー済み
Amazonで購入
I just skimmed the book for lack of time but what it feels like it is a great resource, addressing important queries cropping up during development e.g. I liked the one showing how to code a many-to-many via a middle table owning its own properties in Rails ORM thing etc. I think the book is good for those with basic experience of Rails and presumes knowledge of putting things together in Rails at the basic level so myself being a bit lower than basic level in Rails (although have experience in Java frameworks), find myself in need for some tutorial before making full use of this great book.
Christian BELOSCAR
5つ星のうち3.0 Très bien mais en partie périmé
2017年7月14日にフランスでレビュー済み
Amazonで購入
Ce livre est une excellente référence sur Ruby mais il existe une version plus récente
donc son achat n'est pas vraiment nécessaire.
Xiaoge Su
5つ星のうち4.0 Perfect book for Ruby users, need some advanced topics
2012年3月20日にアメリカ合衆国でレビュー済み
Amazonで購入
I bought this book because reading a paper-back book is more comfortable than the online book on ruby-doc. The book is clear, well-formed, starting from the most essential topics (as I have read matz's book I neglected them). However the part III, Ruby Crystalized, is the most attractive part and it talked both the programming styles and tricks for intermediate users. Also the reference of classes, as appendix, is a valuable replacement of the online doc. The problem is the part "Extending Ruby" which teaches how to write a plugin for Ruby is missing. I cannot find it anywhere.
2人のお客様がこれが役に立ったと考えています
レポート