ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Learning Perl 6

دانلود کتاب یادگیری پرل 6

Learning Perl 6

مشخصات کتاب

Learning Perl 6

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9781491977682 
ناشر: O’Reilly 
سال نشر: 2018 
تعداد صفحات: 456 
زبان: english 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 2 Mb 

قیمت کتاب (تومان) : 49,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 2


در صورت تبدیل فایل کتاب Learning Perl 6 به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب یادگیری پرل 6 نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب یادگیری پرل 6

اگر برای شروع با Raku (پرل 6 سابق) آماده هستید، این کتابی است که می خواهید، چه برنامه نویس، مدیر سیستم یا هکر وب باشید. Raku یک زبان جدید است -- یک اختراع مجدد مدرن از Perl که تقریباً برای هر کاری مناسب است، از اصلاحات کوتاه تا برنامه های کاربردی وب کامل. این آموزش عملی شما را شروع می کند. نویسنده برایان دی فوی (Mastering Perl) مقدمه ای پیچیده برای این زبان برنامه نویسی جدید ارائه می دهد. هر فصل در این راهنما شامل تمرین‌هایی است که به شما کمک می‌کند تا آنچه را که یاد می‌گیرید در حین یادگیری آن تمرین کنید. ممکن است کتاب های دیگر به شما برنامه نویسی راکو را آموزش دهند، اما این کتاب شما را به یک برنامه نویس راکو تبدیل می کند. نحوه کار با: اعداد، رشته‌ها، بلوک‌ها و موقعیت‌ها فایل‌ها و دایرکتوری‌ها و ورودی/خروجی انجمن‌ها، زیر روال‌ها، کلاس‌ها و نقش‌ها پیوندها و مجموعه‌ها عبارات منظم و گرامرهای داخلی ویژگی‌های همزمانی: وعده‌ها، منابع و کانال‌ها کنترل خارجی برنامه ها و سایر ویژگی های پیشرفته


توضیحاتی درمورد کتاب به خارجی

If you're ready to get started with Raku (formerly Perl 6), this is the book you want, whether you're a programmer, system administrator, or web hacker. Raku is a new language--a modern reinvention of Perl suitable for almost any task, from short fixes to complete web applications. This hands-on tutorial gets you started. Author brian d foy (Mastering Perl) provides a sophisticated introduction to this new programming language. Each chapter in this guide contains exercises to help you practice what you learn as you learn it. Other books may teach you to program in Raku, but this book will turn you into a Raku programmer. Learn how to work with: Numbers, strings, blocks, and positionals Files and directories and input/output Associatives, subroutines, classes, and roles Junctions and sets Regular expressions and built-in grammars Concurrency features: Promises, supplies, and channels Controlling external programs and other advanced features



فهرست مطالب

Contents......Page 3
Preface......Page 12
Why Perl 6?......Page 18
First Steps with the REPL......Page 19
Basic Syntax......Page 21
Variables......Page 28
Making & Running a Program......Page 32
Binding and Assignment......Page 34
A MAIN Program......Page 35
Literal Numbers......Page 39
Numeric Operations......Page 41
Conditional Execution......Page 44
Putting It All Together......Page 52
Number Types......Page 55
Integers......Page 56
Rational Numbers......Page 60
Imaginary and Complex Numbers......Page 62
Numbers Small and Large......Page 64
The Numeric Hierarchy......Page 65
Literal Quoting......Page 67
Escaped Strings......Page 68
Interpolated Strings......Page 79
Here Docs......Page 82
Shell Strings......Page 83
Fancier Quoting......Page 85
Blocks......Page 87
Simple Subroutines......Page 98
Whatever Code......Page 101
Constructing a List......Page 104
Ranges......Page 111
Sequences......Page 113
Single-Element Access......Page 118
Arrays......Page 121
Combining Lists......Page 128
Filtering Lists......Page 132
Transforming a List......Page 133
Sorting Lists......Page 134
Sorting on Multiple Comparisons......Page 136
Exceptions......Page 138
Failures......Page 146
Warnings......Page 147
The Wisdom of Exceptions......Page 148
File Paths......Page 150
Manipulating Directories......Page 158
Formatted Output......Page 161
The Standard Filehandles......Page 164
Reading Input......Page 166
Writing Output......Page 169
Binary Files......Page 170
Pairs......Page 173
Maps......Page 176
Hashes......Page 179
Multilevel Hashes......Page 183
Installing Modules......Page 185
Loading Modules......Page 186
Running Perl 5 in Perl 6......Page 193
Basic Subroutine......Page 195
Recursing......Page 198
Storing Subroutines in Libraries......Page 199
Positional Parameters......Page 201
Same Name, Differen Signature......Page 207
Named Parameters......Page 211
Return Types......Page 213
Your First Class......Page 216
Definin Methods......Page 217
Objects......Page 219
multi Methods......Page 223
Inheriting Types......Page 225
Controlling Object Creation......Page 228
Private Classes......Page 233
Adding Behavior to Classes......Page 235
Methods in Roles......Page 237
De-Conflictin Roles......Page 238
Anonymous Roles......Page 241
Junctions......Page 244
Sets......Page 250
Match Operator......Page 255
Matching Nonliteral Characters......Page 260
Matching Adverbs......Page 267
Things that use Patterns......Page 270
Quantifier......Page 272
Controlling Quantifier......Page 276
Captures......Page 277
Surrounders and Separators......Page 282
Assertions......Page 283
Alternations......Page 288
A Simple Grammar......Page 293
Multiple Rules......Page 296
Debugging Grammars......Page 298
A Simple Action Class......Page 299
Ratcheting......Page 302
Parsing JSON......Page 303
Parsing CSV......Page 306
Supplies......Page 311
Channels......Page 315
Promises......Page 317
Reactive Programming......Page 323
Quick & Easy......Page 329
Procs......Page 333
Asynchronous Control......Page 334
Declarator Block Comments......Page 336
Feed Operators......Page 337
Defining Operators......Page 338
Typed Containers......Page 339
The with Topicalizer......Page 340
Conclusion......Page 341
Glossary......Page 343
Answers to Preface Exercises......Page 355
Answers to Chapter 1 Exercises......Page 356
Answers to Chapter 2 Exercises......Page 357
Answers to Chapter 3 Exercises......Page 364
Answers to Chapter 4 Exercises......Page 368
Answers to Chapter 5 Exercises......Page 372
Answers to Chapter 6 Exercises......Page 374
Answers to Chapter 7 Exercises......Page 382
Answers to Chapter 8 Exercises......Page 385
Answers to Chapter 9 Exercises......Page 394
Answers to Chapter 10 Exercises......Page 401
Answers to Chapter 11 Exercises......Page 405
Answers to Chapter 12 Exercises......Page 409
Answers to Chapter 13 Exercises......Page 412
Answers to Chapter 14 Exercises......Page 416
Answers to Chapter 15 Exercises......Page 422
Answers to Chapter 16 Exercises......Page 424
Answers to Chapter 17 Exercises......Page 430
Answers to Chapter 18 Exercises......Page 434
Answers to Chapter 19 Exercises......Page 438
Index......Page 440




نظرات کاربران