0 رای
وضعیت موجودی موجود

قیمت قبلی: 9,680,000 ریال
قیمت: 9,280,000 ریال

 



Product details

  • Publisher ‏ : ‎ Pragmatic Bookshelf; 4th edition (July 23, 2013)
  • Language ‏ : ‎ English
  • Paperback ‏ : ‎ 888 pages
  • ISBN-10 ‏ : ‎ 1937785491
  • ISBN-13 ‏ : ‎ 978-1937785499

 

کتاب Programming Ruby 1.9 & 2.0: The Pragmatic Programmers' Guide (The Facets of Ruby)

Ruby is the fastest growing and most exciting dynamic language out there. If you need to get working programs delivered fast, you should add Ruby to your toolbox.

This book is the only complete reference for both Ruby 1.9 and Ruby 2.0, the very latest version of Ruby.

2013 marks the 20th anniversary of the Ruby language. We're proud that throughout its history, we've continued to cover the latest version of Ruby.

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 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 such as Perl and Python.

The combination of the power of a pure object-oriented language with the convenience of a scripting language makes Ruby a favorite tool of intelligent, forward-thinking programmers.

The Pickaxe contains four major sections:

An acclaimed tutorial on using Ruby. The definitive reference to the language. Complete documentation of all built-in classes, modules, and methods. Complete descriptions of all 97 standard libraries.

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, 1.9.2, 1.9.3, and 2.0). 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, and the new block declaration syntax, among other exciting new features.

About Ruby 2.0

Ruby 2.0 is a minor update to Ruby 1.9, unlike the more major updates from Ruby 1.8 to Ruby 1.9.

The major language changes in Ruby 2.0 are the addition of keyword arguments and the change to use UTF-8 as the default source file encoding.

There are a number of additions to the standard library, including:

@Enumerator::Lazy@, which adds support for lazy access to potentially infinite lists. Refinements allow you to encapsulate changes to third-party classes, and scope their application to individual source files, preventing your changes from polluting the global application.

You'll also find that Ruby 2 is faster, and has memory management improvements that make it more server-friendly.

All told, there are over 110 sections of the book that have been flagged and cross-linked to indicate 2.0 content.

What You Need

This book assumes you have a basic understanding of object-oriented programming.

In general, Ruby programmers tend to favor the the command line for running their code, and they tend to use text editors rather than IDEs.

* Ruby runs on Windows, Linux, and Macs.

منابع کتاب کتاب Programming Ruby 1.9 & 2.0: The Pragmatic Programmers' Guide (The Facets of Ruby)

روبی سریعترین و هیجان انگیزترین زبان پویا در حال رشد است. اگر می‌خواهید برنامه‌های کاری را سریع تحویل دهید، باید Ruby را به جعبه ابزار خود اضافه کنید.

این کتاب تنها مرجع کامل برای روبی 1.9 و روبی 2.0، آخرین نسخه روبی است.

سال 2013 بیستمین سالگرد زبان روبی است. ما مفتخریم که در طول تاریخ آن، به پوشش آخرین نسخه روبی ادامه داده ایم.

آیا دوست دارید خیلی سریعتر از ایده اول به کدهای کارآمد بروید؟ آیا در حال حاضر زمان بیشتری را برای جلب رضایت کامپایلر به جای مشتریان یا کاربران نهایی خود صرف می کنید؟ آیا از زبان‌هایی که به‌نظر می‌رسد به‌جای انجام کار، مانع از کار شما می‌شوند، ناامید شده‌اید؟ آیا از Rails استفاده می‌کنید و می‌خواهید عمیق‌تر به زبان روبی زیربنایی بپردازید؟ اگر چنین است، پس ما یک زبان و کتاب برای شما داریم!

روبی یک زبان کاملاً شی گرا است، بسیار شبیه زبان شی گرا کلاسیک، اسمال تاک. مانند اسمال تاک، به صورت پویا تایپ می شود (برخلاف جاوا یا سی پلاس پلاس)، اما برخلاف اسمال تاک، روبی همان امکاناتی را دارد که در زبان های اسکریپت نویسی مدرن مانند پرل و پایتون وجود دارد.

ترکیب قدرت یک زبان شی گرا خالص با راحتی یک زبان برنامه نویسی Ruby را به ابزار مورد علاقه برنامه نویسان هوشمند و آینده نگر تبدیل می کند.

Pickaxe شامل چهار بخش اصلی است:

یک آموزش تحسین شده در مورد استفاده از روبی. اشاره قطعی به زبان. مستندات کامل کلیه کلاس ها، ماژول ها و متدهای داخلی. توضیحات کامل تمام کتابخانه های استاندارد 97.

اینراهنمای مرجع برای Ruby، شامل توضیحات همه ماژول‌های کتابخانه استاندارد، یک مرجع کامل به تمام کلاس‌ها و ماژول‌های داخلی (شامل تمام روش‌های جدید و تغییر یافته معرفی‌شده توسط Ruby 1.9، 1.9.2، 1.9.3، و 2.0) . همچنین شامل تمام نحو و معنای جدید و تغییر یافته معرفی شده از روبی 1.8 است. در مورد قوانین عبور پارامترهای جدید، محدوده متغیر محلی در بلوک ها، فیبرها و نحو جدید اعلام بلوک، در میان سایر ویژگی های جدید هیجان انگیز، بیاموزید.

درباره Ruby 2.0

Ruby 2.0 یک به‌روزرسانی کوچک برای Ruby 1.9 است، بر خلاف به‌روزرسانی‌های اصلی از Ruby 1.8 تا Ruby 1.9.

تغییرات اصلی زبان در Ruby 2.0 اضافه کردن آرگومان های کلیدواژه و تغییر استفاده از UTF-8 به عنوان کدگذاری فایل منبع پیش فرض است.

تعدادی افزودنی به کتابخانه استاندارد وجود دارد، از جمله:

@Enumerator::Lazy@، که برای دسترسی تنبل به لیست‌های بالقوه نامحدود پشتیبانی می‌کند. اصلاحات به شما این امکان را می دهد که تغییرات را در کلاس های شخص ثالث کپسوله کنید، و کاربرد آنها را به فایل های منبع فردی اختصاص دهید، و از آلوده کردن برنامه جهانی توسط تغییرات شما جلوگیری می کند.

همچنین متوجه خواهید شد که Ruby 2 سریعتر است و بهبودهایی در مدیریت حافظه دارد که آن را سرور پسندتر می کند.

در مجموع، بیش از 110 بخش از کتاب وجود دارد که برای نشان دادن محتوای 2.0 علامت گذاری شده اند.

آنچه شما نیاز دارید

این کتاب فرض می کند که شما درک اولیه ای از برنامه نویسی شی گرا دارید.

به طور کلی، برنامه نویسان Ruby تمایل دارند از خط فرمان برای اجرای کد خود استفاده کنند و به جای IDE از ویرایشگرهای متن استفاده می کنند.

* Ruby روی ویندوز، لینوکس و مک اجرا می شود.

نظرات کاربران درباره کتاب Programming Ruby 1.9 & 2.0: The Pragmatic Programmers' Guide (The Facets of Ruby)

نظری در مورد این محصول توسط کاربران ارسال نگردیده است.
اولین نفری باشید که در مورد کتاب Programming Ruby 1.9 & 2.0: The Pragmatic Programmers' Guide (The Facets of Ruby) نظر می دهد.

ارسال نظر درباره کتاب Programming Ruby 1.9 & 2.0: The Pragmatic Programmers' Guide (The Facets of Ruby)

لطفا توجه داشته باشید که ایمیل شما منتشر نخواهد شد.

برچسب های مرتبط با کتاب Programming Ruby 1.9 & 2.0: The Pragmatic Programmers' Guide (The Facets of Ruby)

خرید اینترنتی کتاب های زبان اصلی کامپیوتر خرید اینترنتی کتاب های لاتین Ruby Programming Languages

بر اساس سلیقه شما...

  Publisher ‏ : ‎ For Dummies; 1st edition (August 21, 2020) ...
4,560,000 ریال
  Product details Publisher ‏ : ‎  University ...
5,760,000 ریال

codebazan

طراحی و اجرا: فروشگاه ساز سبدخرید