دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
دسته بندی: برنامه نویسی: زبان های برنامه نویسی ویرایش: 1 نویسندگان: Benjamin Tan Wei Hao سری: ISBN (شابک) : 1680502611, 9781680502619 ناشر: Pragmatic Bookshelf سال نشر: 2017 تعداد صفحات: 92 زبان: English فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 2 مگابایت
در صورت ایرانی بودن نویسنده امکان دانلود وجود ندارد و مبلغ عودت داده خواهد شد
کلمات کلیدی مربوط به کتاب تسلط بر Ruby Closures: A Guide to Blocks، Procs و Lambdas: یاقوت، برنامه نویسی کاربردی، توابع لامبدا، تنبلی، بسته شدن، کارکردن
در صورت تبدیل فایل کتاب Mastering Ruby Closures: A Guide to Blocks, Procs, and Lambdas به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب تسلط بر Ruby Closures: A Guide to Blocks، Procs و Lambdas نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
Cover Table of Contents Acknowledgements Welcome! Why This Book? Who Is This Book For? How to Use This Book What\'s in This Book About Ruby Versions Where to Go for Help 1. Closing in on Closures The Foundations of a Closure Simulating Classes with Closures Implementing Callbacks in Ruby with Lambdas Implementing Enumerable#reduce (or Fold Left) Test Your Understanding! Wrapping Up 2. Beautiful Blocks Separating the General from the Specific Executing Blocks with the yield Keyword Blocks as Closures and Block Local Variables Block Pattern #1: Enumeration Block Pattern #2: Managing Resources Block Pattern #3: Beautiful Object Initialization Test Your Understanding! Wrapping Up 3. The Power of Procs and Lambdas Procs and the Four Ways of Calling Them Lambdas—Same, But Different How Symbol#to_proc Works Currying with Procs Test Your Understanding! Wrapping Up 4. Building Your Own Lazy Enumerables Understanding Lazy Enumerables Building Our Skeleton Implementing Lax Implementing Lazy map Implementing Lazy take Test Your Understanding! Wrapping Up A1. Solutions Chapter 1 Chapter 2 Chapter 3 Chapter 4 Bibliography